Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Congesting Control #182

Open
ihabZhaika opened this issue Dec 1, 2021 · 0 comments
Open

Congesting Control #182

ihabZhaika opened this issue Dec 1, 2021 · 0 comments

Comments

@ihabZhaika
Copy link

Hey,
Does enet implies any congestion control algorithm or the client which uses the library is responsible to do so ?

By looking at the following method:
enet_host_create (const ENetAddress * address, size_t peerCount, size_t channelLimit, enet_uint32 incomingBandwidth, enet_uint32 outgoingBandwidth)

The incomingBandwidth and outgoingBandwidth can be dynamic if we are over the internet, so for the sake of example, if my connection is 100 mb/s and I set the bandwidth to be 200 mb/s, I will simply suffer from packet loss ? and if the client is responsible for the congestion control, does enet provide the required statists that from it the client can learn and update the incoming/outcoming bandwidth ?

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

No branches or pull requests

1 participant