commit b49e0743996b6c19d891b128b3a5f1815376fe56
Author: Sepherosa Ziehau <[email protected]>
Date: Sun Jun 9 10:45:48 2013 +0800
pcb: Allow kmalloc(WAITOK) to return in in_pcballoc()
The PCB kmalloc limit could be exceeded on local netperf TCP_CC with the
default MSL; panic is obviously not wanted under this situation.
Summary of changes:
sys/netinet/in_pcb.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b49e0743996b6c19d891b128b3a5f1815376fe56
--
DragonFly BSD source repository