绑定socket公网ip时报错socket_bind():unable to bind address [99]
程序员文章站
2022-05-12 11:56:39
...
绑定socket 公网ip时报错PHP Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /var/www/html/tcp.php on line 8
回复内容:
绑定socket 公网ip时报错PHP Warning: socket_bind(): unable to bind address [99]: Cannot assign requested address in /var/www/html/tcp.php on line 8
1、端口被占用了
2、端口处于TIME_WAIT状态
3、IP写错了
肯定是IP写错了
上一篇: Python - 文件拷贝
下一篇: Python 面向对象 成员的访问约束