Skip to content
Snippets Groups Projects
Commit 1dde15b5 authored by deuce's avatar deuce
Browse files

Document is_writable.

parent 4f049f22
No related branches found
No related tags found
No related merge requests found
......@@ -1224,6 +1224,7 @@ static char* socket_prop_desc[] = {
,"error status for the last socket operation that failed - <small>READ ONLY</small>"
,"<i>true</i> if socket is in a connected state - <small>READ ONLY</small>"
,"<i>true</i> if socket can accept written data - Setting to false will shutdown the write end of the socket."
,"alias for is_writeable"
,"<i>true</i> if data is waiting to be read from socket - <small>READ ONLY</small>"
,"number of bytes waiting to be read - <small>READ ONLY</small>"
,"enable debug logging"
......
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