Fábio Urquiza

Results 4 comments of Fábio Urquiza

Yeah, I'm aware of the risks and the follow article explain it really well: https://hea-www.harvard.edu/~fine/Tech/addrinuse.html I think the main risk is to have a socket A receiving packets that should...

And this post on stackoverflow talks about the different implementation of the REUSEADDR and REUSEPORT flags on many architectures. In resume the REUSEADDR flag stays the same, while we have...

About the suggestions made by GPT4, something we cannot or are not allowed to modify sys net ipv4 parameters. For example, decreasing the tcp_fin_timeout will also affect other services, which...

Exactly. On our use case we were executing a load test to a load balancer composed of 8 front end servers. Those servers queries a route table located on another...