From fde8af9483e4923876cf845b68fc5fbef1fa5e43 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 18 Dec 2015 11:37:11 -0800 Subject: getsockopt() tweak --- netcon/NetconEthernetTap.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netcon/NetconEthernetTap.cpp') diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 0ec5d5c3..a0feae47 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -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)); -- cgit v1.2.3