diff options
author | mcbride <> | 2005-05-27 04:55:28 +0000 |
---|---|---|
committer | mcbride <> | 2005-05-27 04:55:28 +0000 |
commit | 14301aa616fd926b3a5499a27d3725b57423f676 (patch) | |
tree | 6e2d8c87fda3831e15f944bbafac007ce040613c /src/lib | |
parent | 27cee54a9cc6905a9d4c2bd35d41c9125e9a0ff0 (diff) | |
download | openbsd-14301aa616fd926b3a5499a27d3725b57423f676.tar.gz openbsd-14301aa616fd926b3a5499a27d3725b57423f676.tar.bz2 openbsd-14301aa616fd926b3a5499a27d3725b57423f676.zip |
Experimental support for opportunitic use of jumbograms where only some hosts
on the local network support them.
This adds a new socket option, SO_JUMBO, and a new route flag,
RTF_JUMBO. If _both_ the socket option is set and the route for the host
has RTF_JUMBO set, ip_output will fragment the packet to the largest
possible size for the link, ignoring the card's MTU.
The semantics of this feature will be evolving rapidly; talk to us
if you intend to use it.
ok deraadt@ marius@
Diffstat (limited to 'src/lib')
0 files changed, 0 insertions, 0 deletions