autodoc.git
/
traditional.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2020-04-
24
' version='Pike v8.1.13'>
+
<manual time-stamp='2020-04-
25
' version='Pike v8.1.13'>
<dir name='./traditional_manual'> <file name='./traditional_manual/index.html'> <chapter title='Table of Contents' unnumbered='1'> <dl><dt><url href='index.html'>Table of Contents</url></dt> <dt><url href='chapter_1.html'>1. Introduction</url></dt> <dd><url href='chapter_1.html#1.1'>1.1. Overview</url></dd> <dd><url href='chapter_1.html#1.2'>1.2. The history of Pike</url></dd> <dd><url href='chapter_1.html#1.3'>1.3. A comparison with other languages</url></dd> <dd><url href='chapter_1.html#1.4'>1.4. What is Pike</url></dd> <dd><url href='chapter_1.html#1.5'>1.5. Pike License</url></dd>
autodoc.git/traditional.xml:8629:
</text></doc> <method name='query_fd'> <arguments/> <returntype><int/></returntype> </method> </docgroup> <docgroup homogen-name='query_mtu' homogen-type='method'><doc><text><p>Get the Max Transfer Unit for the object (if any).</p> </text><group><returns/><text><int><group><value>-1</value><text><p>Returns <expr>-1</expr> if the object is not a socket or if the mtu is unknown.</p> </text></group><group><value><minvalue>1</minvalue></value><text><p>Returns a positive value with the mtu on success.</p>
-
</text></group></int></text></group></doc>
+
</text></group></int>
+
</text></group><
group><note
/
><text><p>The returned value is adjusted to take account for the
+
IP and UDP headers, so that it should be usable without
+
further adjustment unless further IP options are in use.</p>
+
</text></group></
doc>
<method name='query_mtu'> <arguments/> <returntype><int/></returntype> </method> </docgroup> <docgroup homogen-name='read' homogen-type='method'><doc><text><p>Read from the UDP socket.</p> <p> Flag <ref resolved='predef::Stdio.UDP.read.flag'>flag</ref> is a bitfield, 1 for out of band data and 2 for peek</p> </text><group><returns/><text><p>mapping(string:int|string) in the form ([ "data" : string received data