Page MenuHomeFreeBSD

Garbage collection in divert(4).
ClosedPublic

Authored by glebius on Oct 22 2021, 11:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 7, 1:20 PM
Unknown Object (File)
Sun, May 31, 4:06 AM
Unknown Object (File)
Sat, May 30, 9:48 PM
Unknown Object (File)
Thu, May 28, 6:16 PM
Unknown Object (File)
Wed, May 27, 7:13 PM
Unknown Object (File)
Fri, May 15, 1:01 PM
Unknown Object (File)
Fri, May 15, 10:21 AM
Unknown Object (File)
Thu, May 14, 11:28 PM

Details

Summary
  • Remove div_ctlinput().

This function does nothing since 97d8d152c28b. It was introduced
in 252f24a2cf40 with a sidenote "may not be needed".

  • Don't run ip_ctloutput() for divert socket.

It was here since divert(4) was introduced, probably just came with a
protocol definition boilerplate. There is no useful socket option
that can be set or get for a divert socket.

Diff Detail

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