Package ch.bailu.gtk.gio
Interface SocketMsgFlags
public interface SocketMsgFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDon't use a gateway to send out the packet,
only send to hosts on directly connected networks.static final intNo flags.static final intRequest to send/receive out of band data.static final intRead 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:
-