avatar Alexander Bogdanov

  • Registered on: 05/16/2010
  • Last connection: 05/16/2010

Activity

Reported issues: 1

05/16/2010

05:57 PM MonoTorrent Bug #376: Peer.Equals(other) compares only IP, not ports
That's in MonoTorrent.Client\Peers\Peer.cs file @ line 154 (by the way, can't see a way to edit bug, so sorry for code-highlighting too)
05:55 PM MonoTorrent Bug #376: Peer.Equals(other) compares only IP, not ports
There was: @// FIXME: Don't compare the port, just compare the IP if (string.IsNullOrEmpty(peerId) && string.IsNullOrEmpty(other.peerId)) return this.connectionUri.Host.Equals(other.connectionUri.Host);@ which (to my mind) should be @ i...

Also available in: Atom