IPPORT_RESERVED as 1024
for applications
This commit is contained in:
Ben Gras 2005-11-17 01:23:46 +00:00
parent e45c9f2741
commit cbea840414

View file

@ -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