Added a delay for reading packets from the packet buffer so packets that are recieved out of order have time to order by timestamp in the priority queue #story[820]

This commit is contained in:
Peter Galloway
2017-04-29 18:56:41 +12:00
parent 02a35b4c02
commit 1e1e482b79
4 changed files with 29 additions and 31 deletions
@@ -33,6 +33,5 @@ public class Controller implements Initializable {
@Override
public void initialize(URL location, ResourceBundle resources) {
setContentPane("/views/RaceView.fxml");
}
}