GME  13
Defines
IP Protocol Definitions for use when creating sockets
Network Routines
Collaboration diagram for IP Protocol Definitions for use when creating sockets:

Defines

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

Define Documentation

#define APR_PROTO_SCTP   132

SCTP

Definition at line 163 of file apr_network_io.h.

#define APR_PROTO_TCP   6

TCP

Definition at line 161 of file apr_network_io.h.

#define APR_PROTO_UDP   17

UDP

Definition at line 162 of file apr_network_io.h.