本文介绍了如何在C [LINUX]中使用UDP套接字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将 UDP 数据包发送到ip或域,我不想接收eny数据包。就这么简单,只需回答如下:



1:制作套接字。

2:设置为发送数据包到ip。

3:发送数据包。



这就是全部。 :)



我尝试过的事情:



i刚试过googleing它和我刚刚发现给我错误的教程,可能是过时的教程。

解决方案



I want to send a UDP packet to a ip or domain and i don't want to receive eny packets. Just that simple, Just answer how to:

1: Make the socket.
2: Make it so that the packet will be sent to ip.
3: Send the packet.

That's all. :)

What I have tried:

i have just tried googleing it and i just found tutorials that gave me errors, probably out dated tutorials.

解决方案



这篇关于如何在C [LINUX]中使用UDP套接字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 21:59