We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcea21a commit 6494233Copy full SHA for 6494233
1 file changed
doc/dox_comments/header_files/wolfio.h
@@ -422,9 +422,9 @@ void wolfSSL_SetIOReadFlags( WOLFSSL* ssl, int flags);
422
flags parameter may include one or more of the following:
423
#define MSG_OOB 0x1 // process out-of-band data,
424
#define MSG_DONTROUTE 0x4 // bypass routing, use direct interface.
425
- The flag MSG_OOB is used to send ``out-of-band'' data on sockets that
+ The flag MSG_OOB is used to send 'out-of-band' data on sockets that
426
support this notion (e.g. SOCK_STREAM); the underlying protocol must also
427
- support ``out-of-band'' data. MSG_DONTROUTE is usually used only by
+ support 'out-of-band' data. MSG_DONTROUTE is usually used only by
428
diagnostic or routing programs.”
429
430
\return none No returns.
0 commit comments