watch -n 1 "netstat -nt | grep TIME_WAIT | wc -l"
cat /etc/sysctl.conf
net.ipv4.tcp_tw_reuse = 1 으로 수정
watch -n 1 "netstat -nt | grep TIME_WAIT | wc -l"
cat /etc/sysctl.conf
net.ipv4.tcp_tw_reuse = 1 으로 수정
pip install modernize
python -m modernize -w *.py