[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Ryan Thomas McBride <mcbride_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Thu, 26 May 2005 22:55:29 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: mcbride_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2005/05/26 22:55:29
Modified files:
sbin/ping : ping.c
sbin/route : keywords.h keywords.sh route.c show.c
sys/kern : uipc_socket.c
sys/net : route.h rtsock.c
sys/netinet : in.h ip_output.c ip_var.h raw_ip.c udp_usrreq.c
sys/sys : socket.h
usr.bin/nc : netcat.c
Log message:
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@
Visit your host, monkey.org