quic icon indicating copy to clipboard operation
quic copied to clipboard

32bit support

Open dpwiz opened this issue 10 months ago • 2 comments

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? 😟

dpwiz avatar Apr 22 '24 09:04 dpwiz

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?

kazu-yamamoto avatar Apr 22 '24 11:04 kazu-yamamoto

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

dpwiz avatar Apr 22 '24 12:04 dpwiz