Page MenuHomeFreeBSD

ctld: Factor our code to setup a listening socket into a separate function
ClosedPublic

Authored by jhb on Jan 22 2025, 7:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 10, 4:17 PM
Unknown Object (File)
Tue, Apr 8, 1:25 PM
Unknown Object (File)
Mar 5 2025, 12:20 AM
Unknown Object (File)
Feb 27 2025, 3:27 PM
Unknown Object (File)
Feb 18 2025, 1:44 PM
Unknown Object (File)
Feb 17 2025, 2:40 AM
Unknown Object (File)
Feb 10 2025, 10:45 AM
Unknown Object (File)
Feb 8 2025, 6:56 PM
Subscribers

Details

Summary

While here:

  • Reuse the address family from the addrinfo structure instead of calling getsockname(2) on the socket.
  • Remove a bogus comment about the PCP option.

Diff Detail

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