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: Listen on TCP Port 1337 for connections from the P3_Client. When a
-
 
11
 * valid request is recieved, it will give out the lowest ip address in it's
10
 * Purpose: //FIXME
12
 * range.
11
 ******************************************************************************/
13
 ******************************************************************************/
12
 
14
 
13
import java.net.*;
15
import java.net.*;
14
import java.io.*;
16
import java.io.*;
15
 
17