We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186ec5b commit 6ced011Copy full SHA for 6ced011
2 files changed
lsquic.nimble
@@ -1,5 +1,5 @@
1
packageName = "lsquic"
2
-version = "0.5.4"
+version = "0.6.0"
3
author = "Status Research & Development GmbH"
4
description = "Nim wrapper around the lsquic library"
5
license = "MIT"
lsquic/context/io.nim
@@ -122,7 +122,7 @@ proc sendPacketsOut*(
122
break
123
else:
124
let msg =
125
- when defined(linux) and defined(x86_64):
+ when defined(linux) and defined(x86_64) and not defined(android):
126
Tmsghdr(
127
msg_name: cast[pointer](addr destStorage),
128
msg_namelen: destAddrLen,
0 commit comments