Hi, thanks for the help!
My next problem should probably be in the begginner forum, but I'll keep it in this thread as it's directly related to it.
The send() method below is an overriding method, which adds TCP-like reliability to a UDP socket. After the headers have been added, I need to call super.send() to pass the reliable packet to the unreliable socket.
My question is, how do I call super.send() from within the TimerTask, which is obviously a subclass?
Thanks,
Tristan