Fix typo in wxSOCKET_NOWAIT_WRITE description in the manual.
Don't contradict ourselves. Closes #16779. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a9549f1066
commit
0b9295a06a
@ -606,7 +606,7 @@ enum wxSocketEventFlags
|
||||
flag should not be enabled if WriteMsg() is going to be used (it will be
|
||||
ignored), if you use it then thread safety may be at risk. Note that
|
||||
wxSOCKET_NOWAIT_WRITE impacts only Write operations and does not impact
|
||||
Write operations, allowing Read and Write operations to be set differently.
|
||||
Read operations, allowing Read and Write operations to be set differently.
|
||||
|
||||
If @b wxSOCKET_WAITALL is specified, IO calls won't return until ALL
|
||||
the data has been read or written (or until an error occurs), blocking if
|
||||
|
Loading…
Reference in New Issue
Block a user