|
|
|
|
|
by Sephr
3673 days ago
|
|
Does this include any latency or hop estimation schemes? For a truly performant p2p networks involving a central signalling server, it is important to reduce latency where possible with p2p latency estimation schemes involving BGP and cached internet routing graphs. This would help provide developers with an alternative to blindly matching peers, which will usually result in worse than possible latency if multiple peers have the content being requested. Currently you can get an approximation of this feature by building on top of MaxMind's GeoIP database, but it's non-free and possibly not as precise for this purpose as other methods[1][2], although it is much easier to use. [1]: http://nowak.ece.wisc.edu/infocom09.pdf [2]: https://www.cs.montana.edu/~utkarsh.goel/docs/MickaPcpICCCN1... |
|