diff options
Diffstat (limited to 'test/testsrvr.lua')
| -rw-r--r-- | test/testsrvr.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsrvr.lua b/test/testsrvr.lua index 23e3850..2408e83 100644 --- a/test/testsrvr.lua +++ b/test/testsrvr.lua | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | socket = require("socket"); | 1 | socket = require("socket"); |
| 2 | host = host or "localhost"; | 2 | host = host or "localhost"; |
| 3 | port = port or "8080"; | 3 | port = port or "8383"; |
| 4 | server = assert(socket.bind(host, port)); | 4 | server = assert(socket.bind(host, port)); |
| 5 | ack = "\n"; | 5 | ack = "\n"; |
| 6 | while 1 do | 6 | while 1 do |
