Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View borgeslucaz's full-sized avatar
🏠
Working from home

Lucas Borges borgeslucaz

🏠
Working from home
View GitHub Profile
sudo vi /etc/sysctl.conf
# Add the following to sysctl.conf:
# Decrease TIME_WAIT seconds
net.ipv4.tcp_fin_timeout = 30
# Recycle and Reuse TIME_WAIT sockets faster
net.ipv4.tcp_tw_recycle = 1