aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-27 20:02:24 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2001-09-27 20:02:24 +0000
commit2f0754972219496fb0216c47522490cb4e4133ad (patch)
tree68f1360f98baf26460082793680a09910bbad5ae
parent74979295a263b43a943630d0e0985b535a84a95b (diff)
downloadluasocket-2f0754972219496fb0216c47522490cb4e4133ad.tar.gz
luasocket-2f0754972219496fb0216c47522490cb4e4133ad.tar.bz2
luasocket-2f0754972219496fb0216c47522490cb4e4133ad.zip
Binds to all interfaces.
-rw-r--r--samples/listener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/listener.lua b/samples/listener.lua
index f9ee3bf..8e2c7ce 100644
--- a/samples/listener.lua
+++ b/samples/listener.lua
@@ -1,4 +1,4 @@
1host = host or "localhost" 1host = host or "*"
2port = port or 8080 2port = port or 8080
3if arg then 3if arg then
4 host = arg[1] or host 4 host = arg[1] or host