Hy i have one un unintelligible error. In VB6 i try to send UDP packet over the network but i get one idiotic error which doesnt sems to be right becouse UDP packets are not like TCP where you have first to establishe connection and then send packet. UDP packets are just sent they are like "send and forget" If the packet gets there, he gets with no respond message so i can not understand why i get this error "Connection reset by peer" witch is typical for TCP packets...
VB Code:
''code for sending some test data socket.RemoteHost = txtAddr.Text socket.RemotePort = txtRemPort.Text socket.SendData Text1.Text







Reply With Quote