Re: Patch accept.c in loadable builtins

2022-01-07 Thread Dzogovic Vehbo
Also allowing the bind-addresse can increase the security but not listening on external connection Chet Ramey schrieb am Fr., 7. Jan. 2022, 16:54: > On 1/7/22 10:52 AM, Dzogovic Vehbo wrote: > > When you enter the time wait, you can't rebind again, since the > socketopt >

Re: Patch accept.c in loadable builtins

2022-01-07 Thread Dzogovic Vehbo
eb am Fr., 7. Jan. 2022, 16:49: > On 1/7/22 6:01 AM, Dzogovic Vehbo wrote: > > Hello, > > > > Could we apply this patch to examples/loadables/accept.c ? > > https://github.com/dzove855/Bash-web-server/blob/main/accept.patch > > > > This will alow rebinding

Patch accept.c in loadable builtins

2022-01-07 Thread Dzogovic Vehbo
Hello, Could we apply this patch to examples/loadables/accept.c ? https://github.com/dzove855/Bash-web-server/blob/main/accept.patch This will alow rebinding on the port instead of failing linked to the TIME_WAIT state. Also allow the usage of bind_address instead of using ANY.