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)
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
Unknown Object (File)
Feb 8 2025, 6:48 PM
Unknown Object (File)
Feb 4 2025, 6:54 AM
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