poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
proto.h
Go to the documentation of this file.
1#ifndef POSER_CORE_PROTO_H
2#define POSER_CORE_PROTO_H
3
9typedef enum PSC_Proto
10{
15
16#endif
PSC_Proto
Protocol to use for TCP connections.
Definition: proto.h:10
@ PSC_P_IPv4
use only IPv4
Definition: proto.h:12
@ PSC_P_ANY
use both IPv4 and IPv6 as available
Definition: proto.h:11
@ PSC_P_IPv6
use only IPv6
Definition: proto.h:13