mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-12 08:06:35 -07:00
getsockopt() tweak
This commit is contained in:
parent
c22c0a20f6
commit
fde8af9483
2 changed files with 13 additions and 5 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue