Skip to content

Instantly share code, notes, and snippets.

View szainmehdi's full-sized avatar

Zain Mehdi szainmehdi

View GitHub Profile
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.net.Socket;
public class Client
{
private static final int USER_THROTTLE = 200;