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