Thanks Cary, <br>I'll start looking at what people is doing these days. I looked at a couple of youtube videos already.<br><br>73,<br>Carlos<br><br><br>On Tuesday, November 6, 2018, Cary Dreelan <<a href="mailto:cary@active-ideas.com.au">cary@active-ideas.com.au</a>> wrote:<br>> Just a quick note about your comment…<br>><br>>> On 6 Nov 2018, at 10:25 pm, Carlos <<a href="mailto:carlos.peco@gmail.com">carlos.peco@gmail.com</a>> wrote:<br>>><br>>> Very good point about some of the parameters "hard coded" in the kernel.<br>><br>> You’ll find that your Linux distribution has compiled some defaults that may not be suitable to this application, but they are *not* hard coded.<br>><br>> if you run ‘sysctl -a’ you’ll find more parameters that can be tweaked in realtime than you’ll want to ever know about. Try grepping (flitering) that list for just tcp parameters that may be suitable by doing the following at a command line on Linux…<br>><br>>         sysctl -a | grep tcp<br>><br>> To set one (as an example, not saying this is what you need for your application) as the root user…<br>><br>>         sysctl net.ipv4.tcp_keepalive_intvl = 75<br>><br>> And if you want to make that permanent, each time you reboot the Linux machine, most distributions allow you to add this to the file in /etc/sysctl.conf, e.g. for the above, just add…<br>><br>>         net.ipv4.tcp_keepalive_intvl = 75<br>><br>> … to the end of the file.<br>><br>> --<br>> Cary Dreelan - VK5CD<br>> <a href="mailto:cary@active-ideas.com.au">cary@active-ideas.com.au</a><br>><br>><br>> _______________________________________________<br>> OZAPRS mailing list<br>> <a href="mailto:OZAPRS@aprs.net.au">OZAPRS@aprs.net.au</a><br>> <a href="http://lists.aprs.net.au/mailman/listinfo/ozaprs">http://lists.aprs.net.au/mailman/listinfo/ozaprs</a><br>>