Replies: 1 comment 14 replies
-
libdatachannel was designed to be lightweight, it is way easier to build and resource usage is significantly lower (for instance, each peer connection typically opens a single socket). Therefore, the library can scale to hundreds or even thousands of parallel connections. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been having several arguments with webrtc lately (libwebrtc), like the number of connections is really very limited, you just need to get to 70 active peerconnections to send it to toomanyfilesopen, and well, reading for the network can depend on the fact that it opens many webrtc filedescriptors of its own, and I've heard absurd things, that some say it opens 200 sockets for each peer connection, does this lib also suffer from these problems?
Beta Was this translation helpful? Give feedback.
All reactions