端口查看和复用

端口查看

1.查看端口信息有三种方式:

a.netstat

b.lsof

c./etc/services

2.端口复用

使用setsockopt()函数的SO_REUSEADDR和SO_REUSEPORT选项。


你可能感兴趣的:(端口查看和复用)