]> git.meshlink.io Git - meshlink/commitdiff
Explicitly set the stack size for the MeshLink thread.
authorGuus Sliepen <guus@meshlink.io>
Thu, 21 May 2020 12:48:02 +0000 (14:48 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 21 May 2020 12:48:02 +0000 (14:48 +0200)
Different libcs have different default sizes for newly created threads. In
particular, Musl defaults to 80 kB, which is too small for MeshLink. We now
request 1 MB, which should be more than enough to handle the deepest call
stacks.


No differences found