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

UDP support #6

Open
ghost opened this issue Feb 6, 2010 · 0 comments
Open

UDP support #6

ghost opened this issue Feb 6, 2010 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 6, 2010

The system should include support for UDP.

The SimpleSgsProtocol? had the maximum messsage length set to 8032 bytes in preparation for the max UDP packet size (and max message size set to 8000). This was removed because it broke our example code and we didn't have utilities to help users fragment large messages.

At [3987] we bumped the max messages size and payload length back up to be closer to what they were before, to avoid potential incompatibilities (given that we don't have fragmentation utilities).

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

0 participants