Changeset 58549 in vbox
- Timestamp:
- Nov 3, 2015 2:37:15 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Network/lwip-new/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/core/tcp.c
r50170 r58549 536 536 { 537 537 LWIP_UNUSED_ARG(arg); 538 LWIP_UNUSED_ARG(pcb);539 538 LWIP_UNUSED_ARG(err); 540 539 540 tcp_abort(pcb); 541 541 return ERR_ABRT; 542 542 } -
trunk/src/VBox/Devices/Network/lwip-new/src/core/tcp_in.c
r47886 r58549 590 590 * don't want to shuffle code around or mess with visibility for now, 591 591 * so just provide a copy here. 592 *593 * XXX: tcp_accept_null() is buggy, it should call tcp_abort().594 592 */ 595 593 static err_t
Note:
See TracChangeset
for help on using the changeset viewer.