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, May 14, 7:30 AM
Unknown Object (File)
Thu, May 14, 1:32 AM
Unknown Object (File)
Wed, May 13, 9:08 PM
Unknown Object (File)
Mon, May 11, 2:12 PM
Unknown Object (File)
Fri, May 8, 7:54 PM
Unknown Object (File)
May 2 2026, 5:05 AM
Unknown Object (File)
May 1 2026, 1:19 PM
Unknown Object (File)
Apr 27 2026, 3:10 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