- Timestamp:
- Feb 16, 2009 1:40:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r16788 r16789 1156 1156 && !UNIX_CHECK_FD_SET(so, NetworkEvents, xfds)) 1157 1157 { 1158 LogRel(("NAT:system expires the socket %R[natsock] err(%d:%s) s(in:%d,out:%d) happens on non-I/O. " 1158 LogRel(("NAT:system expires the socket %R[natsock] err(%d:%s) s(in:%d,out:%d) happens on non-I/O. ", 1159 1159 so, err, strerror(err), inq, outq)); 1160 1160 goto tcp_input_close;
Note:
See TracChangeset
for help on using the changeset viewer.