On Tue, Jul 13, 2010 at 08:15:41AM -0700, [email protected] wrote: > From: Guo-Fu Tseng <[email protected]> > + try_port = ( currticks() % 64512 ) + 1023;
I think there is a random() function, can you use that instead of currticks() ? We've also found that randomizing the port number is a good thing. Firewalls seem to reject syn packets coming from the same host/port in quick succession. tim _______________________________________________ gPXE-devel mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe-devel
