Page MenuHomeFreeBSD

Remove unneeded SOLISTENING checks
ClosedPublic

Authored by markj on Aug 24 2021, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 10:47 AM
Unknown Object (File)
Tue, Apr 30, 11:05 AM
Unknown Object (File)
Wed, Apr 17, 3:06 AM
Unknown Object (File)
Sun, Apr 14, 5:42 AM
Unknown Object (File)
Mar 22 2024, 11:49 AM
Unknown Object (File)
Mar 22 2024, 11:27 AM
Unknown Object (File)
Mar 22 2024, 11:27 AM
Unknown Object (File)
Mar 10 2024, 11:06 PM
Subscribers

Details

Summary

Now that SOCK_IO_*_LOCK() checks for listening sockets, we can eliminate
some racy SOLISTENING() checks.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

(Note that this is not complete, there are still various racy SOLISTENING checks that I'm looking at.)

This revision is now accepted and ready to land.Aug 24 2021, 3:33 PM
This revision was automatically updated to reflect the committed changes.