Qore Programming Language Reference Manual
0.9.16
|
These are the possible socket type constants. More...
Variables | |
const | Qore::SOCK_DGRAM = SOCK_DGRAM |
for datagrams (connectionless, unreliable messages of a fixed (typically small) maximum length | |
const | Qore::SOCK_RAW = SOCK_RAW |
raw socket interface, only available to the superuser, untested | |
const | Qore::SOCK_STREAM = SOCK_STREAM |
for sequenced, reliable, two-way connection-based byte streams (the default) | |
These are the possible socket type constants.