When you exceed the maximum number of connections as specified in pf, random socket errors occur. For example, a DNS lookup may fail or any number of socket/IP issues. Fix: For a user, watch everything (pfctl -s all) and if this is affecting you, set higher pf limits in pf.conf such as: set limit { states 75000, src-nodes 75000, frags 25000 } However, the ACTUAL bug fix to prevent this from confusing users is to have pf syslog when limits are hit and suggest a fix. How-To-Repeat: Set state limits very low in pf.conf and generate enough connections to exceed that limit, then try to open sockets or use the network.
Responsible Changed From-To: freebsd-bugs->freebsd-pf Over to maintainer(s).
FreeBSD pf has had logging for when these limits are reached for some time now. Safe to close this.
Closing, as stated in comment #2 this warning was implemented by pjd@ in r244347.