Eliezer Croitoru
Eliezer Croitoru
@nevola +1 for a config file. It's not a must but it's better in many real world scenarios.
@enckse any code example would help to understand what you are talking about.
@LiamHaworth more or less. It should have both the source and destination addresses. I wrote: https://github.com/elico/go-linux-tproxy/blob/master/go-linux-tproxy.go#L145
@lafikl I wrote a service in GoLang which implements LoadBalancing in linux and marks connections based on couple things. This is at: http://wiki.squid-cache.org/EliezerCroitoru/Drafts/MwanLB#Round_Robin_mark_selection_-_GoLang_example Someone refereed me to the article: https://brooker.co.za/blog/2012/01/17/two-random.html...
@mrd0ll4r helps indeed. If I was able to push data to clients it was a series issue. I kind of knew the basics but it seems like the concept of...
@mrd0ll4r So let say I want to "host" only the metadata files without the torrents content files on a DHT node I only need to have a bunch of torrent...
@mrd0ll4r I really do not remember. it should support multiple torrent file hashes ie sha1, sha256, sha512 or any other that is specified and can contain multiple of these.
@LarsMichelsen What backends you are using?
@shimberger Did you had any time to read or test about this issue?
@shimberger I am not sure what you or others consider as high CPU usage. In streaming and compression there is always a conflict between CPU and DISK. You can spare...