public static void Add(ISocket s) { if(s.sock==null) return; sockets.Add(s); }
public static void Remove(ISocket s) { sockets.Remove(s); }