Project

General

Profile

Revision 2

Final delivery

View differences:

Channel.java
4 4
import java.net.MulticastSocket;
5 5
import java.net.UnknownHostException;
6 6

  
7
public class Channel extends Thread{
7
public class Channel implements Runnable{
8 8

  
9 9
	protected MulticastSocket socket = null;
10 10
    protected byte[] buf = new byte[64000];

Also available in: Unified diff