SocketWriteFlags

Defined in header “ark/comms/socket_flags.hh”.


A set of flags that you can provide when writing data out over sockets.

Values

  • None = 0
    No special flags should be applied.

  • MoreDataComing = 1
    Equivalent to MSG_MORE, indicates that more data will be coming, and the kernel should hold off on sending this until another send() call is issued.