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

32bit support #63

Open
dpwiz opened this issue Apr 22, 2024 · 2 comments
Open

32bit support #63

dpwiz opened this issue Apr 22, 2024 · 2 comments

Comments

@dpwiz
Copy link

dpwiz commented Apr 22, 2024

I was browsing through the packages and found this note on network-control package:

Common parts to control network protocols. This library assumes that Int is 64bit.

Does that mean that quic library is unusable on 32bit systems? 😟

@kazu-yamamoto
Copy link
Owner

If I remember correctly, quic itself assumes that Int is 64-bit regardless network-control.
This is just because I'm sick of inserting fromIntegral everywhere.
If there is strong demand for 32-bit, I can fix it.
Could you explain in what use cases 32-bit is used?

@dpwiz
Copy link
Author

dpwiz commented Apr 22, 2024

Lots of mass-produced lower end mobile devices are still coming out on 32bit platforms )=

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

2 participants