chiark / gitweb /
comm: Formalise interface to udp sockets
[secnet.git] / secnet.h
index 54d84a5143ad014bf984934049cc68cf851a0d1a..5d72f956ef4587851acb8b4f8d32943b6b140757 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -378,7 +378,7 @@ struct comm_addr {
 };
 
 /* Return True if the packet was processed, and shouldn't be passed to
-   any other potential receivers. */
+   any other potential receivers. (buf is freed iff True returned.) */
 typedef bool_t comm_notify_fn(void *state, struct buffer_if *buf,
                              const struct comm_addr *source);
 typedef void comm_request_notify_fn(void *commst, void *nst,