Skip to content

Commit

Permalink
(IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protoc…
Browse files Browse the repository at this point in the history
…ol (with same value [2] as old GGP).
  • Loading branch information
Thomas Bushnell, BSG committed Aug 8, 1995
1 parent b25c5d6 commit a88363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inet/netinet/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum
{
IPPROTO_IP = 0, /* Dummy protocol for TCP. */
IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */
IPPROTO_GGP = 2, /* Gateway Protocol (deprecated). */
IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */
IPPROTO_TCP = 6, /* Transmission Control Protocol. */
IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */
IPPROTO_PUP = 12, /* PUP protocol. */
Expand Down

0 comments on commit a88363f

Please sign in to comment.