autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2006-11-10
2006-11-10 09:17:19 by Martin Stjernholm <mast@lysator.liu.se>
58194841174057e49dfdfc194fea8d358f4f936d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Fixed spelling.
Rev: src/modules/files/udp.c:1.76
2491:
<code><code class='datatype'>int</code> <b><span class='method'>send</span>(</b><code class='datatype'>string</code> <code class='argument'>to</code>, <code class='datatype'>int</code>|<code class='datatype'>string</code> <code class='argument'>port</code>, <code class='datatype'>string</code> <code class='argument'>message</code>, <code class='datatype'>int</code> <code class='argument'>flags</code><b>)</b></code></p></dd> <dt class='head--doc'>Description</dt>
-
<dd class='body--doc'><p>Send data to a UDP socket. The
recepient
address will be <code>to</code>
+
<dd class='body--doc'><p>Send data to a UDP socket. The
recipient
address will be <code>to</code>
and port will be <code>port</code>.</p> <p> Flag <code>flag</code> is a bitfield, 1 for out of band data and 2 for don't route flag.</p>