constant Socket::MSG_MORE

MSG_MORE -> Integer[permalink][rdoc][edit]

Sender will send more

BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。

[SEE_ALSO] send(2linux)