Update method list in tests
This commit is contained in:
parent
cf4d29f86d
commit
6de0aa54fd
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue