Apache Portable Runtime
Macros
IP Protocol Definitions for use when creating sockets

Macros

#define APR_PROTO_TCP   6
 
#define APR_PROTO_UDP   17
 
#define APR_PROTO_SCTP   132
 

Detailed Description

Macro Definition Documentation

#define APR_PROTO_SCTP   132

SCTP

#define APR_PROTO_TCP   6

TCP

#define APR_PROTO_UDP   17

UDP