Changeset 14286 in vbox for trunk/src/VBox
- Timestamp:
- Nov 18, 2008 11:13:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r14284 r14286 730 730 u32_to_ptr(pData, tp->seg_next, struct tcpcb *) == tp && 731 731 #else /* !VBOX_WITH_BSD_TCP_REASS */ 732 LIST_ NEXT(tp, t_list) == tp&&732 LIST_FIRST(&tp->t_segq) && 733 733 #endif /* VBOX_WITH_BSD_TCP_REASS */ 734 734 ti->ti_len <= sbspace(&so->so_rcv)) {
Note:
See TracChangeset
for help on using the changeset viewer.