Date: Sun, 14 Oct 2007 00:52:24 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127488 for review Message-ID: <200710140052.l9E0qOIl096661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127488 Change 127488 by kmacy@kmacy:storage:toestack on 2007/10/14 00:51:53 add option to disable offload on a socket Affected files ... .. //depot/projects/toestack/sys/sys/socket.h#3 edit Differences ... ==== //depot/projects/toestack/sys/sys/socket.h#3 (text+ko) ==== @@ -118,6 +118,7 @@ #define SO_ACCEPTFILTER 0x1000 /* there is an accept filter */ #define SO_BINTIME 0x2000 /* timestamp received dgram traffic */ #endif +#define SO_NOOFFLOAD 0x4000 /* socket cannot be offloaded */ /* * Additional options, not kept in so_options.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710140052.l9E0qOIl096661>