socket
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#contents
#br
* Socket [#pcdde53c]
** level [#k1a49af8]
Whether the request applies to the socket itself or
the underlying protocol being used.
Supported values are:
- IPPROTO_IP : Request applies to IP protocol layer.
- IPPROTO_TCP : Request applies to TCP protocol layer.
- SOL_SOCKET : Request applies to socket layer.
- IPPROTO_IPV6 : Request applies to IPv6 protocol layer.
- IPPROTO_ICMPV6 : Request applies to ICMPv6 protocol layer.
** option_name [#o9f51987]
*** Socket Layer [#c987c53e]
- SO_PRIORITY
- SO_BROADCAST
- SO_RCVBUF
- SO_KEEPALIVE
*** IP Layer [#wfcfa0ba]
(例)
- IP_TOS
- IP_TTL
- IP_MULTICAST_LOOP
*** IPv6 Layer [#z7f0ad50]
- IPV6_UNICAST_HOPS
- IPV6_MULTICAST_IF
終了行:
#contents
#br
* Socket [#pcdde53c]
** level [#k1a49af8]
Whether the request applies to the socket itself or
the underlying protocol being used.
Supported values are:
- IPPROTO_IP : Request applies to IP protocol layer.
- IPPROTO_TCP : Request applies to TCP protocol layer.
- SOL_SOCKET : Request applies to socket layer.
- IPPROTO_IPV6 : Request applies to IPv6 protocol layer.
- IPPROTO_ICMPV6 : Request applies to ICMPv6 protocol layer.
** option_name [#o9f51987]
*** Socket Layer [#c987c53e]
- SO_PRIORITY
- SO_BROADCAST
- SO_RCVBUF
- SO_KEEPALIVE
*** IP Layer [#wfcfa0ba]
(例)
- IP_TOS
- IP_TTL
- IP_MULTICAST_LOOP
*** IPv6 Layer [#z7f0ad50]
- IPV6_UNICAST_HOPS
- IPV6_MULTICAST_IF
ページ名: