PDA

Click to See Complete Forum and Search --> : urgent, help me please


caowenyu
Jul 13th, 2000, 05:27 PM
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

caowenyu
Jul 13th, 2000, 05:28 PM
receive packets from a specific server i mean.

Clunietp
Jul 15th, 2000, 11:53 AM
use the Winsock control. Set it to accept UDP on the port that you are receiving the packets, and you should receive them.