]> Sergey Matveev's repositories - btrtrc.git/commit
Fix PeerConn outgoing field for webrtc
authorMatt Joiner <anacrolix@gmail.com>
Sun, 3 May 2020 08:37:26 +0000 (18:37 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 3 May 2020 08:37:26 +0000 (18:37 +1000)
commit39171df0c65e257adeb58939ca26e889e6fd2982
tree804ae0123dd87c83e7890464028568f9e12aa0b2
parent658422e5843ed36f54ad731931841b68199b2f80
Fix PeerConn outgoing field for webrtc

Due to jumping straight into handshakes, outgoing=true was assumed. This didn't actually solve the issue I thought it might, but is important for determining "preferred" connection direction, which may result in dropping connections.
client.go
torrent.go