mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
getsockopt() tweak
This commit is contained in:
@ -440,6 +440,8 @@ void NetconEthernetTap::die(int exret) {
|
||||
*/
|
||||
void NetconEthernetTap::closeConnection(TcpConnection *conn)
|
||||
{
|
||||
//return;
|
||||
//dwr(MSG_DEBUG, "closeConnection(): conn = 0x%x\n", conn);
|
||||
if(!conn)
|
||||
return;
|
||||
dwr(MSG_DEBUG, " closeConnection(%x, %d)\n", conn->pcb, _phy.getDescriptor(conn->dataSock));
|
||||
|
Reference in New Issue
Block a user