I would make a simple proxy program to receive the UDP datagrams, buffer them for a variable amount of time (or drop them), then forward them to the real server. Such a program is fairly simple to ...