Branch: Tag:

2020-04-17

2020-04-17 18:28:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Documentation [Stdio.UDP]: Improved doc for some constants.

2073:   <span class='homogen--name'><b>MSG_OOB</b></span>   </dt>   <dd><p><code><code class='datatype'>constant</code> Stdio.UDP.<code class='constant'>MSG_OOB</code></code></p></dd> - <dt class='head--fixme'>FIXME</dt> - <dd class='body--fixme'><p>Document this constant.</p> +  + <dt class='head--doc'>Description</dt> + <dd class='body--doc'><p>Flag to specify to <code>read()</code> to read out of band packets.</p>   </dd></dl>      
2084:   <span class='homogen--name'><b>MSG_PEEK</b></span>   </dt>   <dd><p><code><code class='datatype'>constant</code> Stdio.UDP.<code class='constant'>MSG_PEEK</code></code></p></dd> - <dt class='head--fixme'>FIXME</dt> - <dd class='body--fixme'><p>Document this constant.</p> +  + <dt class='head--doc'>Description</dt> + <dd class='body--doc'><p>Flag to specify to <code>read()</code> to cause it to not remove the packet +  from the input buffer.</p>   </dd></dl>