i want to write a program that receive packets a specific server. the server runs a java program to send the packet and use UDP protocal. so how i receive the packets?
packet.
wenyu
Printable View
i want to write a program that receive packets a specific server. the server runs a java program to send the packet and use UDP protocal. so how i receive the packets?
packet.
wenyu
receive packets from a specific server i mean.
use the Winsock control. Set it to accept UDP on the port that you are receiving the packets, and you should receive them.