Skip to content
Snippets Groups Projects
Commit f4ad22f7 authored by rswindell's avatar rswindell
Browse files

Describe option_list property

parent 6994549a
No related branches found
No related tags found
No related merge requests found
......@@ -1059,6 +1059,8 @@ static char* socket_prop_desc[] = {
,"remote TCP or UDP port number"
,"socket type, <tt>SOCK_STREAM</tt> (TCP) or <tt>SOCK_DGRAM</tt> (UDP)"
,"<i>true</i> if binary data is to be sent in Network Byte Order (big end first), default is <i>true</i>"
/* statically-defined properties: */
,"array of socket option names supported by the current platform"
,NULL
};
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment