Skip to content
Snippets Groups Projects
Commit a0c49225 authored by Peter's avatar Peter
Browse files

Severson Assignment 1

parent a86d218f
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ public class SeversonAssignment1 { ...@@ -27,6 +27,7 @@ public class SeversonAssignment1 {
//Instantiate socket and wait for connection //Instantiate socket and wait for connection
ServerSocket serverSocket = new ServerSocket(2317); ServerSocket serverSocket = new ServerSocket(2317);
//Count the number of connections //Count the number of connections
int connection = 0; int connection = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment