Changeset 32846 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Sep 30, 2010 2:03:21 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r32431 r32846 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 */ 1205 #ifndef RT_OS_WINDOWS 1206 sofcantsendmore(so); 1207 #endif 1204 1208 CONTINUE(tcp); 1205 1209 }
Note:
See TracChangeset
for help on using the changeset viewer.