種類
- 定数 (240)
- インスタンスメソッド (12)
キーワード
-
IP
_ PMTUDISC _ DO (12) -
IP
_ PMTUDISC _ DONT (12) -
IP
_ SENDSRCADDR (12) -
MSG
_ CONFIRM (12) -
MSG
_ CTRUNC (12) -
MSG
_ DONTROUTE (12) -
MSG
_ DONTWAIT (12) -
MSG
_ EOF (12) -
MSG
_ EOR (12) -
MSG
_ MORE (12) -
MSG
_ NOSIGNAL (12) -
MSG
_ OOB (12) -
MSG
_ PEEK (12) -
MSG
_ SEND (12) -
MSG
_ TRUNC (12) -
SO
_ DONTROUTE (12) -
SO
_ SNDBUF (12) -
SO
_ SNDTIMEO (12) -
TCP
_ CORK (12) -
UDP
_ CORK (12) - recvfrom (12)
検索結果
先頭5件
-
Socket
:: MSG _ SEND -> Integer (9220.0) -
@todo Send the packet in so_temp
...@todo
Send the packet in so_temp... -
Socket
:: IP _ SENDSRCADDR -> Integer (9203.0) -
ource address for outgoing UDP datagrams。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...ource address for outgoing UDP datagrams。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(4freebsd)... -
Socket
:: MSG _ DONTROUTE -> Integer (6137.0) -
Send without using the routing tables。
...Send without using the routing tables。
BasicSocket#send, BasicSocket#sendmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2linux)
send(2freebsd)... -
Socket
:: TCP _ CORK -> Integer (6135.0) -
Don't send partial frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Don't send partial frames。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see tcp(7linux)... -
Socket
:: MSG _ CTRUNC -> Integer (6121.0) -
Control data lost before delivery。
...Control data lost before delivery。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg の
flags 引数に用います。
@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)... -
Socket
:: MSG _ TRUNC -> Integer (6121.0) -
Data discarded before delivery。
...Data discarded before delivery。
BasicSocket#send, BasicSocket#sendmsg,
BasicSocket#recv, BasicSocket#recvmsg
の flags 引数に用います。
@see sys/socket.h(header),
send(2linux), recv(2linux),
send(2freebsd), recv(2freebsd)... -
Socket
:: IP _ PMTUDISC _ DO -> Integer (6119.0) -
Always send DF frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Always send DF frames。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)... -
Socket
:: IP _ PMTUDISC _ DONT -> Integer (6119.0) -
Never send DF frames。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Never send DF frames。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see Socket::Constants::IPPROTO_IP, ip(7linux)... -
Socket
:: SO _ DONTROUTE -> Integer (6119.0) -
Send without using the routing tables。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Send without using the routing tables。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...