summaryrefslogtreecommitdiff
path: root/netcon/NetconEthernetTap.cpp
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-12-18 11:37:11 -0800
committerJoseph Henry <josephjah@gmail.com>2015-12-18 11:37:11 -0800
commitfde8af9483e4923876cf845b68fc5fbef1fa5e43 (patch)
tree8d1da93552c1f72c880029c5556fe124d8ef014b /netcon/NetconEthernetTap.cpp
parentc22c0a20f684de0a034926dcc7de05094b09f84f (diff)
downloadinfinitytier-fde8af9483e4923876cf845b68fc5fbef1fa5e43.tar.gz
infinitytier-fde8af9483e4923876cf845b68fc5fbef1fa5e43.zip
getsockopt() tweak
Diffstat (limited to 'netcon/NetconEthernetTap.cpp')
-rw-r--r--netcon/NetconEthernetTap.cpp2
1 files changed, 2 insertions, 0 deletions
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));