Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/main/DNS_Resolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
* Project 3 - CIS 457-10
*
* @author Jack O'Brien
* @author Megan Maher
* @author Tyler McCarthy
*
* @version Oct 7, 2014
* @version Oct 3, 2018
*******************************************************************/
public class DNS_Resolver {

Expand All @@ -41,7 +40,7 @@ public class DNS_Resolver {
/** The address of this resolver. */
private InetAddress SERVER_IP;

/** The socket of this server. */
/** The server's datagram socket. */
private DatagramSocket serverSocket;

/** List of all the root IPs */
Expand Down