本文介绍了客户端如何无法找到服务器的端口号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨我已经实现了在我的计算机上运行的客户端服务器应用程序.我使用固定端口号.目前,但是我想使用server.sin_port = htons(0),它提供了一个免费的端口号.

我需要客户端无法找到端口号的帮助.服务器的?

谢谢
Merh

HiI have implemented a Client Server application which are running on my computer. I use a Fixed port no. for the moment but I would like to use server.sin_port=htons(0) which gives a free port no.

I need help with how the client(s) cant find out the port no. of the server?

Thanks
Merh

推荐答案


这篇关于客户端如何无法找到服务器的端口号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-10 08:44