aboutsummaryrefslogtreecommitdiff
path: root/samples/echosrvr.lua
diff options
context:
space:
mode:
Diffstat (limited to 'samples/echosrvr.lua')
-rw-r--r--samples/echosrvr.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/echosrvr.lua b/samples/echosrvr.lua
index 6117557..18bd84e 100644
--- a/samples/echosrvr.lua
+++ b/samples/echosrvr.lua
@@ -1,3 +1,9 @@
1-----------------------------------------------------------------------------
2-- UDP sample: echo protocol server
3-- LuaSocket 1.5 sample files
4-- Author: Diego Nehab
5-- RCS ID: $Id$
6-----------------------------------------------------------------------------
1host = host or "127.0.0.1" 7host = host or "127.0.0.1"
2port = port or 7 8port = port or 7
3if arg then 9if arg then