mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
added test SETSOCKOPT_INT; some corrections on generic ioctl and setsockopt features
This commit is contained in:
parent
140443794b
commit
8947cc92dc
7 changed files with 180 additions and 134 deletions
|
@ -29,7 +29,8 @@ static const char *optiontypenames[] = {
|
|||
"STRUCT-IP_MREQ",
|
||||
#endif
|
||||
"IP4NAME",
|
||||
"INT:INT", "INT:BIN", "INT:STRING",
|
||||
"INT:INT", "INT:INTP", "INT:BIN", "INT:STRING",
|
||||
"INT:INT:INT", "INT:INT:BIN", "INT:INT:STRING",
|
||||
} ;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue