48件ヒット
[1-48件を表示]
(0.015秒)
ライブラリ
- socket (48)
キーワード
-
AI
_ PASSIVE (12) -
SO
_ ERROR (12) -
SO
_ NREAD (12) -
SO
_ TYPE (12)
検索結果
先頭4件
-
Socket
:: Constants :: AI _ PASSIVE -> Integer (17.0) -
Get address to use with bind。
...Get address to use with bind。
Socket.getaddrinfo, Addrinfo.getaddrinfo の引数 flags に渡す
定数です。
@see getaddrinfo(3)... -
Socket
:: Constants :: SO _ ERROR -> Integer (17.0) -
Get socket error status。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Get socket error status。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET... -
Socket
:: Constants :: SO _ NREAD -> Integer (17.0) -
@todo Get first packet byte count。
...@todo
Get first packet byte count。... -
Socket
:: Constants :: SO _ TYPE -> Integer (17.0) -
Get the socket type。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Get the socket type。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see sys/socket.h(header), getsockopt(2freebsd),
socket(7linux), Socket::Constants::SOL_SOCKET...