OSDN Git Service

Add TCPOPT_* constants.
authorElliott Hughes <enh@google.com>
Fri, 3 Jan 2014 23:58:40 +0000 (15:58 -0800)
committerElliott Hughes <enh@google.com>
Fri, 3 Jan 2014 23:58:40 +0000 (15:58 -0800)
commit338e6102a60a33661812753f03f1d426ab1a7fe1
tree4abbe89d2567f41188275f2ae2079b98f7166139
parentc1c3f7d4468f02adbf8ced689d738386e42af773
Add TCPOPT_* constants.

Adds the TCPOPT_* constants from NetBSD. Note that the BSDs also have
TCPOPT_SIGNATURE, but Linux calls that TCPOPT_MD5SIG and glibc doesn't
have any corresponding constant yet, so let's wait until we see which name
wins out.

Change-Id: If53cdada5595285d9a7e7248ef74cd7502d804c0
libc/include/netinet/tcp.h