Changeset 49203 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Oct 21, 2013 4:03:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxtcp.c
r49016 r49203 469 469 LWIP_ASSERT1(pxtcp->pmhdl.data == (void *)pxtcp); 470 470 LWIP_ASSERT1(pxtcp->pmhdl.slot > 0); 471 472 if (pxtcp->inbound_close) { 473 return POLLIN; 474 } 471 475 472 476 pxtcp->events |= POLLIN;
Note:
See TracChangeset
for help on using the changeset viewer.