]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 245823,245824,246210
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 03:05:08 +0000 (03:05 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Mar 2013 03:05:08 +0000 (03:05 +0000)
commite39d4a3b65359edc487f5b359b649d2db3fe3a3e
tree2eaa11857d9e1af844685e7a1b8180f85029daf5
parent48866d8bb5215b2fb2f9024059a48691434f325d
MFC 245823,245824,246210
- Use decimal values for UDP, TCP, and UNIX domain socket options rather
  than hex to avoid implying that these constants should be treated as bit
  masks.
- Add placeholder constants to reserve a portion of the socket option
  name space for use by downstream vendors to add custom options.

git-svn-id: svn://svn.freebsd.org/base/stable/8@247526 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/tcp.h
sys/netinet/udp.h
sys/sys/socket.h
sys/sys/un.h