Computer Science Canada networking question |
Author: | Tubs [ Tue Mar 04, 2008 10:23 am ] |
Post subject: | networking question |
I am coding an implementation of "Go-Back-N" over UDP in java. My problem is that I receive packets too quickly for my threads to be accurate in their processing (the order that I send back acknowledgement packets is vital). Is there a way to throw all these packets into a buffer queue? I'm using the DatagramSocket and DatagramPacket classes. |