wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Add option --bind-interface (!462)


From: Tim Rühsen
Subject: Re: wget2 | Add option --bind-interface (!462)
Date: Tue, 10 Dec 2019 07:26:55 +0000



Tim Rühsen started a new discussion on libwget/net.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/462#note_257965619

>  #endif
>  }
>  
> -static void set_socket_options(int fd)
> +static void set_socket_options(wget_tcp *tcp, int fd)

Use `const wget_tcp *tcp` to make clear that this function doesn't change `tcp`.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/462#note_257965619
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]