summary refs log tree commit diff stats
path: root/tests/async/tnewasyncudp.nim
Commit message (Collapse)AuthorAgeFilesLines
* Convert *_family fields to cushortLemonBoy2018-09-191-4/+1
| | | | Fixes #9008
* Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
|
* make tests green again; closes #5861Andreas Rumpf2017-10-101-2/+2
|
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
|
* Fix wrong value range of ntohs ... (#5390)wt2017-03-311-3/+3
|
* tests: tnewasyncudp: use constantSimon Ruderich2016-09-171-3/+3
|
* Fix #4777 network buffers overflow because of immediate `sendTo` call.cheatfate2016-09-171-4/+17
|
* New version, without any piece of code duplication.cheatfate2016-06-171-0/+102
hlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
	<meta charset='utf-8'>
	<title>Shell scripting</title>
    </head>
    <body>
	<a href="../index.html">Development Index</a>

        <h1>Shell scripting</h1>

	<ul>
	    <li><a href="shell/dash.html">Dash - Scripting</a>
		<ul>
		    <li><a href="shell/dash.html#hello">Hello World</a></li>
		    <li><a href="shell/dash.html#var">Types &amp; Variables</a></li>
		    <li><a href="">Operators &amp; Expressions</a></li>
		    <li><a href="shell/dash.html#if">Control Flow</a></li>
		    <li><a href="">Functions</a></li>
		    <li><a href="shell/dash.html#io">Input &amp; Output</a></li>
		</ul>
	    </li>
	</ul>

	<a href="../index.html">Documentation Index</a>
	<p>
	This is part of the Tribu System Documentation.
	Copyright (C) 2020
	Tribu Team.
	See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
	for copying conditions.</p>
    </body>

</html>