This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCP server 不能 bind 80 端口?

Other Parts Discussed in Thread: CC3220SF

CC3220SF LaunchXL 板子

基于 simplelink_cc32xx_sdk_1_40_01_00 SDK 以及 hap_cc3220_1_40_00_06 plugin 开发。

上电后程序只开一个 AP 模式下的 TCP server ,测试。  但是发现 80 端口没法 bind ,错误码是 -98 ,意思是端口已被占用? 换一个其它端口号(比如 12345)就可以。

我们以后的应用一定要用 80 端口,请问是不是自带的 http server 占用了这个端口?  如何修改可以让我们自己 bind 80 端口?