From cbea840414eba80ccc026ef51d88b1dc15e388c0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 17 Nov 2005 01:23:46 +0000 Subject: [PATCH] Define IPPORT_RESERVED as 1024 for applications --- include/netinet/in.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index f5ca7d4d1..b638e411f 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -14,6 +14,8 @@ netinet/in.h #define INADDR_ANY (uint32_t)0x00000000 #define INADDR_BROADCAST (uint32_t)0xFFFFFFFF +#define IPPORT_RESERVED 1024 + typedef uint16_t in_port_t; #ifndef _IN_ADDR_T