CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/04/06 04:59:11
Modified files: sys/netinet : udp_usrreq.c Log message: Use the existing pf state to speed up UDP socket lookup. This was disabled as there were some stability issues. It seems that the crashes were fixed when reference counting for pf states was implemented. Se reenable this code. Apart from the performance improvement it also makes corner cases for pf divert-to more reliable. OK henning@