|
|
>>>>> "James" == James Yonan <jim@xxxxxxxxx> writes: James> The management interface doesn't close the listening socket James> when it's connected to a client, because then it would need to James> reopen it after the client disconnects, and for various reasons James> this causes problems (especially when privileges have been James> dropped). Can't you at least do a listen(fd,0) while a client is connected and revert to listen(fd,1) when the server is waiting? Sam -- Samuel Tardieu -- sam@xxxxxxxxxxx -- http://www.rfc1149.net/sam ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |