Hello,
I want to send "Hello World" to UDP server but with fixed size so I did:
socket.send("Hello World",256,udpServer1,port);
It send packet with size 256 byte but it fill empty part with random character but I need blank with in hex show I get 0000.
I use winSniff to check packets structure.