// 使用address作为该用户的标识 public int hashCode() { return address.hashCode(); }
@Override public int hashCode() { return udpAddress.hashCode() ^ rxpPort; }