Changeset 34235 in vbox
- Timestamp:
- Nov 22, 2010 11:44:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r34209 r34235 1202 1202 /* mark the socket for termination _after_ it was drained */ 1203 1203 so->so_close = 1; 1204 /* No idea about Windows but on Posix, POLLHUP means that we can't send more */ 1204 /* No idea about Windows but on Posix, POLLHUP means that we can't send more. 1205 * Actually in the specific error scenario, POLLERR is set as well. */ 1205 1206 #ifndef RT_OS_WINDOWS 1206 sofcantsendmore(so); 1207 if (CHECK_FD_SET(so, NetworkEvents, rderr)) 1208 sofcantsendmore(so); 1207 1209 #endif 1208 1210 CONTINUE(tcp);
Note:
See TracChangeset
for help on using the changeset viewer.