diff options
| author | ruki <[email protected]> | 2022-04-04 22:23:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-04 22:23:24 +0800 |
| commit | eb4ed40168b3e2e309bdc1fbe6ba826d7c101905 (patch) | |
| tree | e340f75163742ecf847388b1b61bf849e41adbfb /tests/modules/socket/tcp/file_server.lua | |
| parent | 0a6a66d6a1b04c92a66c9be486a6f65396bd4ca4 (diff) | |
modify port
Diffstat (limited to 'tests/modules/socket/tcp/file_server.lua')
| -rw-r--r-- | tests/modules/socket/tcp/file_server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/socket/tcp/file_server.lua b/tests/modules/socket/tcp/file_server.lua index 1cbf40339..9acb7ac52 100644 --- a/tests/modules/socket/tcp/file_server.lua +++ b/tests/modules/socket/tcp/file_server.lua @@ -3,7 +3,7 @@ import("core.base.socket") function main(filepath) local addr = "127.0.0.1" - local port = 9090 + local port = 9092 local sock = socket.bind(addr, port) sock:listen(20) print("%s: listening %s:%d ..", sock, addr, port) |
