Meziu / rust-horizon

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
3 stars 1 forks source link

Fix accept call failing, and use git dependency for libc #1

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

I experimented with different backlog values. At 37 it's stable and can accept connections. At 38 it listens but fails to accept connections. At 39 the listen call fails.

AzureMarker commented 2 years ago

I lowered the backlog count again because even though 37 had been stable for me, it suddenly started failing in the listen call until I rebooted. I think the gdb server built in to Luma3DS was affecting it somehow (I saw the error after launching the app with gdb a few times, so maybe gdb didn't release some resources).