]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a KASSERT which is not always true.
authortuexen <tuexen@FreeBSD.org>
Sun, 25 Dec 2016 17:37:18 +0000 (17:37 +0000)
committertuexen <tuexen@FreeBSD.org>
Sun, 25 Dec 2016 17:37:18 +0000 (17:37 +0000)
commit834d9ee2039de18e83e0aaa6f0141000497142ed
treee7b744e5f85191ae7be664c8683fd9abeaf3c9e8
parent55e3bcbd99e133212cde71b0050d21e0ba824fd4
Remove a KASSERT which is not always true.

In case of the empty queue tp->snd_holes and tcp_sackhole_insert()
failing due to memory shortage, tp->snd_holes will be empty.
This problem was hit when stress tests where performed by pho.

PR: 215513
Reported by: pho
Tested by: pho
Sponsored by: Netflix, Inc.
sys/netinet/tcp_sack.c