Module: Gio::SocketMsgFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags.

0 or :none
OOB =

Request to send/receive out of band data.

1 or :oob
PEEK =

Read data from the socket without removing it from

the queue.
2 or :peek
DONTROUTE =

Don’t use a gateway to send out the packet,

only send to hosts on directly connected networks.
4 or :dontroute