- Timestamp:
- Feb 9, 2016 3:01:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r59604 r59619 697 697 } 698 698 else if ( ti->ti_ack == tp->snd_una 699 && LIST_ FIRST(&tp->t_segq)699 && LIST_EMPTY(&tp->t_segq) 700 700 && ti->ti_len <= sbspace(&so->so_rcv)) 701 701 {
Note:
See TracChangeset
for help on using the changeset viewer.