mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
Update method list in tests
This commit is contained in:
parent
cf4d29f86d
commit
6de0aa54fd
@ -624,7 +624,9 @@ local tcp_methods = {
|
||||
"close",
|
||||
"connect",
|
||||
"dirty",
|
||||
"getfamily",
|
||||
"getfd",
|
||||
"getoption",
|
||||
"getpeername",
|
||||
"getsockname",
|
||||
"getstats",
|
||||
@ -644,9 +646,10 @@ test_methods(socket.tcp6(), tcp_methods)
|
||||
|
||||
local udp_methods = {
|
||||
"close",
|
||||
"getpeername",
|
||||
"dirty",
|
||||
"getfamily",
|
||||
"getfd",
|
||||
"getoption",
|
||||
"getpeername",
|
||||
"getsockname",
|
||||
"receive",
|
||||
|
Loading…
Reference in New Issue
Block a user