diff options
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/daytimeclnt.lua | 2 | ||||
| -rw-r--r-- | samples/echoclnt.lua | 2 | ||||
| -rw-r--r-- | samples/echosrvr.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/samples/daytimeclnt.lua b/samples/daytimeclnt.lua index ee7f652..b4075e9 100644 --- a/samples/daytimeclnt.lua +++ b/samples/daytimeclnt.lua | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
| 5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
| 6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
| 7 | require"luasocket" | 7 | require"socket" |
| 8 | host = host or "127.0.0.1" | 8 | host = host or "127.0.0.1" |
| 9 | port = port or 13 | 9 | port = port or 13 |
| 10 | if arg then | 10 | if arg then |
diff --git a/samples/echoclnt.lua b/samples/echoclnt.lua index a3d75f3..877e99b 100644 --- a/samples/echoclnt.lua +++ b/samples/echoclnt.lua | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
| 5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
| 6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
| 7 | require"luasocket" | 7 | require"socket" |
| 8 | host = host or "localhost" | 8 | host = host or "localhost" |
| 9 | port = port or 7 | 9 | port = port or 7 |
| 10 | if arg then | 10 | if arg then |
diff --git a/samples/echosrvr.lua b/samples/echosrvr.lua index 9d99506..79bff8f 100644 --- a/samples/echosrvr.lua +++ b/samples/echosrvr.lua | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
| 5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
| 6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
| 7 | require"luasocket" | 7 | require"socket" |
| 8 | host = host or "127.0.0.1" | 8 | host = host or "127.0.0.1" |
| 9 | port = port or 7 | 9 | port = port or 7 |
| 10 | if arg then | 10 | if arg then |
