mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 07:23:23 +00:00
Print info on implicit SO_REUSEADDR
This commit is contained in:
parent
3339885f5b
commit
e6aa3d1787
3 changed files with 12 additions and 3 deletions
|
@ -3107,7 +3107,7 @@ int retropt_int(struct opt *opts, int optcode, int *result) {
|
|||
/* Looks for the first option of type <optcode>. If the option is found,
|
||||
this function stores its int value in *result, "consumes" the
|
||||
option, and returns 0.
|
||||
If the option is not found, *result is not modified, and -1 is returned. */
|
||||
If the option is not found, values are not modified, and -1 is returned. */
|
||||
int retropt_2integrals(struct opt *opts, int optcode,
|
||||
union integral *value1, union integral *value2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue