VirtualBox

Changeset 59619 in vbox for trunk


Ignore:
Timestamp:
Feb 9, 2016 3:01:25 PM (9 years ago)
Author:
vboxsync
Message:

NAT: Fix ancient (r39466) typo/edito in the test that affected taking
"header prediction" fast path. It didn't matter much in normal
conditions, but in the face of packet loss it could cause pathological
behavior.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_input.c

    r59604 r59619  
    697697        }
    698698        else if (   ti->ti_ack == tp->snd_una
    699                  && LIST_FIRST(&tp->t_segq)
     699                 && LIST_EMPTY(&tp->t_segq)
    700700                 && ti->ti_len <= sbspace(&so->so_rcv))
    701701        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette