Subversion Repositories programming

Rev

Rev 224 | Go to most recent revision | 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 thread that takes an accepted TCP socket, and handles
-
 
11
 * all of the communication between the DHCP Server and the Client program.
-
 
12
 * It waits until the DHCP Server expires the lease to tell the client that
10
 * Purpose: //FIXME
13
 * the lease has expired, and then exits.
11
 ******************************************************************************/
14
 ******************************************************************************/
12
 
15
 
13
import java.net.*;
16
import java.net.*;
14
import java.io.*;
17
import java.io.*;
15
 
18