- Timestamp:
- Sep 8, 2015 2:45:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxtcp.c
r56300 r57651 2291 2291 __func__, pxtcp->sock, sockerr)); 2292 2292 2293 #if HAVE_TCP_POLLHUP == POLLIN /* see counterpart in pxtcp_pmgr_pump() */ 2293 2294 /* 2294 * Since we are pulling, pxtcp is no longer registered 2295 * with poll manager so we can kill it directly. 2295 * It may still be registered with poll manager for POLLOUT. 2296 */ 2297 pxtcp_chan_send_weak(POLLMGR_CHAN_PXTCP_RESET, pxtcp); 2298 return ERR_OK; 2299 #else 2300 /* 2301 * It is no longer registered with poll manager so we 2302 * can kill it directly. 2296 2303 */ 2297 2304 pxtcp_pcb_reset_pxtcp(pxtcp); 2298 2305 return ERR_ABRT; 2306 #endif 2299 2307 } 2300 2308 }
Note:
See TracChangeset
for help on using the changeset viewer.