Changeset 80279 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Aug 14, 2019 4:05:03 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r76553 r80279 500 500 if (RT_LIKELY(ret > 0)) 501 501 { 502 /* 503 * @todo for now just scrub the URG pointer. To faithfully 504 * proxy URG we need to read the srteam until SIOCATMARK, and 505 * then mark the first byte of the next read ar urgent. 506 */ 507 #if 0 502 508 tp->snd_up = tp->snd_una + SBUF_LEN(&so->so_snd); 509 #endif 503 510 tp->t_force = 1; 504 511 tcp_output(pData, tp);
Note:
See TracChangeset
for help on using the changeset viewer.