Define
IPPORT_RESERVED as 1024 for applications
This commit is contained in:
parent
e45c9f2741
commit
cbea840414
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue