]> Sergey Matveev's repositories - btrtrc.git/commit
Make UDP tracker connection ID unsigned
authorMatt Joiner <anacrolix@gmail.com>
Thu, 8 Dec 2022 04:06:59 +0000 (15:06 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 8 Dec 2022 04:06:59 +0000 (15:06 +1100)
commit5cedf602f23974955808826606916356e2c2da97
tree7351adb8e4ed44ae4476da4bf7a5d0cda4e44586
parent91bde5fdf0a8a30597150ea304d2a867ed92cb59
Make UDP tracker connection ID unsigned

This is more appropriate for logging and its use as a byte blob elsewhere.
tracker/udp-server_test.go
tracker/udp/protocol.go
tracker/udp/server/server.go