PERFORCE change 127488 for review

Kip Macy kmacy at FreeBSD.org
Sat Oct 13 17:52:25 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127488

Change 127488 by kmacy at 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.


More information about the p4-projects mailing list