File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,21 +74,33 @@ Constants
7474---------
7575
7676.. data :: socket.AF_INET
77+ socket.AF_INET6
7778
78- family types
79+ Address family types. Availability depends on a particular board.
7980
8081.. data :: socket.SOCK_STREAM
81- .. data :: socket.SOCK_DGRAM
82+ socket.SOCK_DGRAM
8283
83- socket types
84+ Socket types.
8485
8586.. data :: socket.IPPROTO_UDP
86- .. data :: socket.IPPROTO_TCP
87- .. only :: port_wipy
87+ socket.IPPROTO_TCP
8888
89- .. data :: socket.IPPROTO_SEC
89+ IP protocol numbers.
9090
91- protocol numbers
91+ .. data :: socket.SOL_*
92+
93+ Socket option levels (an argument to ``setsockopt() ``). The exact inventory depends on a board.
94+
95+ .. data :: socket.SO_*
96+
97+ Socket options (an argument to ``setsockopt() ``). The exact inventory depends on a board.
98+
99+ Constants specific to WiPy:
100+
101+ .. data :: socket.IPPROTO_SEC
102+
103+ Special protocol value to create SSL-compatible socket.
92104
93105class socket
94106============
You can’t perform that action at this time.
0 commit comments