mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Fixed a couple of typos
This commit is contained in:
parent
710c54a254
commit
ad2484f49f
3 changed files with 14 additions and 16 deletions
|
@ -664,9 +664,6 @@ enum e_optcode {
|
|||
OPT_SO_RCVBUF_LATE,
|
||||
#ifdef SO_RCVLOWAT
|
||||
OPT_SO_RCVLOWAT,
|
||||
#endif
|
||||
#ifdef SO_RCVTIMEO
|
||||
OPT_SO_RCVTIMEO,
|
||||
#endif
|
||||
OPT_SO_REUSEADDR,
|
||||
#ifdef SO_REUSEPORT
|
||||
|
@ -685,9 +682,6 @@ enum e_optcode {
|
|||
OPT_SO_SNDBUF_LATE,
|
||||
#ifdef SO_SNDLOWAT
|
||||
OPT_SO_SNDLOWAT,
|
||||
#endif
|
||||
#ifdef SO_SNDTIMEO
|
||||
OPT_SO_SNDTIMEO,
|
||||
#endif
|
||||
OPT_SO_TIMESTAMP, /* Linux */
|
||||
OPT_SO_TYPE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue