Skip to content
This repository has been archived by the owner. It is now read-only.

Which is the default transport protocol? #26

Closed
jxxp9 opened this issue Aug 29, 2015 · 2 comments
Closed

Which is the default transport protocol? #26

jxxp9 opened this issue Aug 29, 2015 · 2 comments

Comments

@jxxp9
Copy link

jxxp9 commented Aug 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?

@jbenet
Copy link
Contributor

jbenet commented Aug 29, 2015

@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.)

@madavieb
Copy link

madavieb commented May 23, 2017

This issue has been moved to https://discuss.ipfs.io/t/which-is-the-default-transport-protocol/304.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants