Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Those can be used to implement UDP tracker server by third party
libraries or projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also:
* PeerAddr.hs internals and export list have been simplified;
* tests added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* It uses slow String's instead of Text.
* It does not allow to encode infohash and peer ids properly.
* It does not provide API for query string parsing.
So it is better to use http-types package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|