Small threading issue in Slush's DHCP

Shawn Silverman <[email protected]> Thu, 17 Jun 2004 11:13:03 -0500
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <[email protected]>
In firmware 1.13, I would switch lines 1363 and 1364 in Slush.java.

The reason I would do this is because right after the notifyAll() call, 
a thread swtich may occur, and the proper value of DHCPHaveIP will not 
be communicated in time.  For this reason, DHCPHaveIP should be set to 
'true' first, and then notifyAll() called.

	-Shawn

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini