Changeset 59604 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 8, 2016 3:45:28 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r56292 r59604 1558 1558 * he gets an ACK. 1559 1559 * 1560 * See above. 1560 * XXX: In case you wonder... The magic "27" below is ESC that 1561 * presumably starts a terminal escape-sequence and that we want 1562 * to ACK ASAP. [Original slirp code had three different 1563 * heuristics to chose from here and in the header prediction case 1564 * above, but the commented out alternatives were lost and the 1565 * header prediction case that had an expanded comment about this 1566 * has been modified to always send an ACK]. 1561 1567 */ 1562 1568 if ( ti->ti_len
Note:
See TracChangeset
for help on using the changeset viewer.