Hi,
I m working on webcam chat system. How to increase the UDP packet size?
Here is my test result:
System (ImageCaster) Imac Window 7 64bit
System (ImageReceiver) Window 8 64 bit
Network environment: Intranet router
byte[].size : approx 146000 - 156000
TCP / tno.Send(1, Target.Others, byte [] ) result:
sendRate 0.1 second is still oki, but with sendRate of 0.04 second (25 fps) the result is not good. The packet had queue up, and the update rate is still cap to 0.1 sec speed. So i try UDP / SendQuickly
UDP / tno.SendQuickly(1, Target.Others, byte [] ) result:
sendRate 0.5 second : fail, in fact it fail on first fire. The alert is the packet size is exceeding...
Is there a way to up the SendQuickly packet limit?
Cheers,