Less debug output
This commit is contained in:
parent
233c092280
commit
f6bc0beb6f
@ -320,7 +320,7 @@ unsigned operations;
|
|||||||
}
|
}
|
||||||
if (operations & SR_SELECT_EXCEPTION)
|
if (operations & SR_SELECT_EXCEPTION)
|
||||||
{
|
{
|
||||||
printf("tcp_select: not implemented for exceptions\n");
|
/* Should add code for exceptions */
|
||||||
}
|
}
|
||||||
return resops;
|
return resops;
|
||||||
}
|
}
|
||||||
|
@ -370,8 +370,6 @@ tcp_conn_t *tcp_conn;
|
|||||||
DBLOCK(0x1, printf(
|
DBLOCK(0x1, printf(
|
||||||
"partial segment: setting TCF_NO_PUSH\n"));
|
"partial segment: setting TCF_NO_PUSH\n"));
|
||||||
tcp_conn->tc_flags |= TCF_NO_PUSH;
|
tcp_conn->tc_flags |= TCF_NO_PUSH;
|
||||||
tcp_print_conn(tcp_conn);
|
|
||||||
printf("\n");
|
|
||||||
}
|
}
|
||||||
goto after_data;
|
goto after_data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user