Qore Programming Language Reference Manual 2.3.0
Loading...
Searching...
No Matches
Network Protocol Constants

Variables

const Qore::QSEC_NET_ALL = QSEC_NET_ALL
 All network protocols.
 
const Qore::QSEC_NET_TCP = QSEC_NET_TCP
 TCP protocol.
 
const Qore::QSEC_NET_UDP = QSEC_NET_UDP
 UDP protocol.
 
const Qore::QSEC_NET_UNIX = QSEC_NET_UNIX
 Unix domain sockets.
 

Detailed Description

These constants are used with the NetworkSecurityManager class to specify protocols.