#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

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS