X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/917c5c17c0321c7ebd31737261a62de768da4a75..bf302d900e1658e664e4e7c05bb2748c4677dfc6:/server/tripe.h diff --git a/server/tripe.h b/server/tripe.h index 720da1b5..ba47232b 100644 --- a/server/tripe.h +++ b/server/tripe.h @@ -1698,6 +1698,18 @@ extern const addr *p_addr(peer */*p*/); extern void p_bind(struct addrinfo */*ailist*/); +/* --- @p_unbind@ --- * + * + * Arguments: --- + * + * Returns: --- + * + * Use: Unbinds the UDP sockets. There must not be any active peers, + * and none can be created until the sockets are rebound. + */ + +extern void p_unbind(void); + /* --- @p_init@ --- * * * Arguments: ---