Changeset 51727 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jun 26, 2014 2:05:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r44528 r51727 1597 1597 { 1598 1598 tiflags = tcp_reass(pData, tp, &ti->ti_t, &tlen, m); 1599 t iflags |= TF_ACKNOW;1599 tp->t_flags |= TF_ACKNOW; 1600 1600 } 1601 1601 /*
Note:
See TracChangeset
for help on using the changeset viewer.