poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
proto.h File Reference

declaration of the PSC_Proto enum More...

Go to the source code of this file.

Enumerations

enum  PSC_Proto { PSC_P_ANY , PSC_P_IPv4 , PSC_P_IPv6 }
 Protocol to use for TCP connections. More...
 

Detailed Description

declaration of the PSC_Proto enum

Enumeration Type Documentation

◆ PSC_Proto

enum PSC_Proto

Protocol to use for TCP connections.

Enumerator
PSC_P_ANY 

use both IPv4 and IPv6 as available

PSC_P_IPv4 

use only IPv4

PSC_P_IPv6 

use only IPv6