CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/24 17:31:35
Modified files:
sys/netinet : tcp_input.c
Log message:
Set the required IPL at the syn-cache pool instead of doing a
splsoftnet() explicitly. The function syn_cache_lookup() is always
called at IPL_SOFTNET so a splsoftassert() is better than a needless
splsoftnet().
OK markus@ dlg@
