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)
Tue, Apr 7, 6:28 AM
Unknown Object (File)
Mon, Apr 6, 4:18 PM
Unknown Object (File)
Sun, Apr 5, 11:34 PM
Unknown Object (File)
Sun, Apr 5, 11:33 AM
Unknown Object (File)
Mar 20 2026, 6:11 AM
Unknown Object (File)
Mar 19 2026, 7:30 AM
Unknown Object (File)
Mar 9 2026, 12:48 PM
Unknown Object (File)
Mar 8 2026, 8:51 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