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

TCP only mode for cute_net.h #314

Open
RandyGaul opened this issue Jul 24, 2022 · 2 comments
Open

TCP only mode for cute_net.h #314

RandyGaul opened this issue Jul 24, 2022 · 2 comments

Comments

@RandyGaul
Copy link
Owner

This would allow trivial browser builds at the cost of no fire-and-forget packets -- only reliable-in-order (because it's TCP). We'd still use all of cute_net's security features, but most of the bookkeeping code for UDP packets wouldn't be used at all.

@RandyGaul
Copy link
Owner Author

I'm working towards an initial release of Cute Framework which will definitely need a TCP only mode.

@RandyGaul
Copy link
Owner Author

RandyGaul commented Mar 27, 2023

Minor update -- This was delayed as lower priority for CF v1.0 -- However, it's a really cool thing to have and will absolutely be done at some point. Feel free to ping/message me if you want this feature sooner and I can accommodate.

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