getsockopt() tweak

This commit is contained in:
Joseph Henry
2015-12-18 11:37:11 -08:00
parent c22c0a20f6
commit fde8af9483
2 changed files with 13 additions and 5 deletions

View File

@ -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));