Package ch.bailu.gtk.gio
Interface SocketMsgFlags
public interface SocketMsgFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Don't use a gateway to send out the packet,
only send to hosts on directly connected networks.static final int
No flags.static final int
Request to send/receive out of band data.static final int
Read data from the socket without removing it from
the queue.
-
Field Details
-
NONE
static final int NONENo flags.- See Also:
-
OOB
static final int OOBRequest to send/receive out of band data.- See Also:
-
PEEK
static final int PEEKRead data from the socket without removing it from
the queue.- See Also:
-
DONTROUTE
static final int DONTROUTEDon't use a gateway to send out the packet,
only send to hosts on directly connected networks.- See Also:
-