This is mostly about the go implementation. I'd like to know which is the default transport protocol used by IPFS (UDP, uTP or TCP); that's because it opens lots of TCP connections, according Windows' net manager. At a certain point, while doing nothing, I got a 100 open TCP connection peak. Don't think it's normal. Thoughts?
The text was updated successfully, but these errors were encountered:
@Piruzzolo right now, go-ipfs runs mostly on TCP connections. So this is normal. Is this a problem for you?
(By the way, the overhead that people have with things like uTP tends to be a bit less, because they manage connections in user space, not in the kernel, which is cheaper.)
jxxp9 commentedAug 29, 2015
This is mostly about the go implementation. I'd like to know which is the default transport protocol used by IPFS (UDP, uTP or TCP); that's because it opens lots of TCP connections, according Windows' net manager. At a certain point, while doing nothing, I got a 100 open TCP connection peak. Don't think it's normal. Thoughts?
The text was updated successfully, but these errors were encountered: