sleep to avoid flodding the host

This commit is contained in:
radius 2015-11-27 19:01:06 -05:00
parent 2ccfdb3f4d
commit 2b6f7f0647

View File

@ -49,6 +49,8 @@ int main(void)
{
die("sendto()");
}
/* sleep for 1 frame (60hz) */
usleep(16*1000);
}