This call existed since pre-FreeBSD times, and it is hard to understand
why it was there in the first place. After 6f3caa6d815 it definitely
became necessary and commit message from f1ee30ccd60 confirms that.
Now that 6f3caa6d815 is effectively backed out by XXXXXX, the call doesn't
seem to make any use.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 46772 Build 43661: arc lint + arc unit
Event Timeline
Comment Actions
Note: I found out that for RACK/BBR this call is still needed (sometimes). Can't understand why.
Comment Actions
Now we call solisten_enqueue(, SS_ISCONNECTED). Previously we called sonewconn(, 0) instead of sonewconn(, SS_ISCONNECTED).
The more I look at accept filtered sockets, the more I think they Peter was right today on the call. Let me finish tests and we will see.