mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Option name so-protocol is preferred to so-prototype
This commit is contained in:
parent
1502f0cdcb
commit
6b83ddf5f2
4 changed files with 16 additions and 7 deletions
|
@ -1519,6 +1519,7 @@ const struct optname optionnames[] = {
|
|||
IF_SOCKET ("so-priority", &opt_so_priority)
|
||||
#endif
|
||||
#ifdef SO_PROTOTYPE
|
||||
IF_SOCKET ("so-protocol", &opt_so_prototype)
|
||||
IF_SOCKET ("so-prototype", &opt_so_prototype)
|
||||
#endif
|
||||
IF_SOCKET ("so-rcvbuf", &opt_so_rcvbuf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue