Subversion Repositories programming

Rev

Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 260
Line 5... Line 5...
5
 * Class: CS380 - Computer Networking
5
 * Class: CS380 - Computer Networking
6
 *
6
 *
7
 * Assignment: Project #3
7
 * Assignment: Project #3
8
 * Date Last Modified: 2006-02-15
8
 * Date Last Modified: 2006-02-15
9
 *
9
 *
-
 
10
 * Purpose: Implement a DHCPTable, which will give out addresses in the range
-
 
11
 * 134.71.24.1 - 134.71.24.100. It always gives out the lowest available
10
 * Purpose: //FIXME
12
 * address in the range. Addresses time out after 8 seconds.
11
 ******************************************************************************/
13
 ******************************************************************************/
12
 
14
 
13
import java.util.Date;
15
import java.util.Date;
14
 
16
 
15
public class DHCPTable
17
public class DHCPTable