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, Oct 9, 2:22 AM
Unknown Object (File)
Wed, Oct 1, 6:11 PM
Unknown Object (File)
Aug 31 2025, 1:14 AM
Unknown Object (File)
Aug 28 2025, 4:24 PM
Unknown Object (File)
Aug 26 2025, 9:49 PM
Unknown Object (File)
Aug 14 2025, 11:23 PM
Unknown Object (File)
Aug 14 2025, 10:36 PM
Unknown Object (File)
Aug 14 2025, 5:29 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