David CARLIER
David CARLIER
Some oses do have it (e.g. BSD based systems) some don't like Linux/Android indeed. Might have something to do with your build settings.
with your code snippet on my linux machine it builds ok ```rust cargo build Compiling sockin v0.1.0 (/tmp/sockin) warning: unused imports: accept, bind, connect, listen --> src/main.rs:1:20 | 1 |...
apple shares a lot of userland pieces with freebsd here its definition :
weird it s compiling amd64 angelscript codepath rather than arm here..
@paulidale ping :)
was it renamed ? https://aur.archlinux.org/packages/openspades-git
what does the git version ? building from source ? no idea I do not use arch
The best is to contact the proper arch aur maintainer (the openspades package you mentioned might have been dropped for a reason e.g. maintainer issue etc) or using snap on...
absolutely no idea, maybe try to contact the openspades-git maintainer ? he surely knows a lot more informations on this than I do.
To your last point and why this option can be set before or after listen : 1/ one example is [HAProxy](https://github.com/haproxy/haproxy/blob/0074c36dd22e4bb09d1ed24de416ab8bb9ce25da/src/proto_tcp.c#L673) listen is [done below](https://github.com/nginx/nginx/blob/24f3cb795e2d822be39387d828ac2ddc28f775fb/src/core/ngx_connection.c#L845). 2/ another example is [NGINX](https://github.com/nginx/nginx/blob/24f3cb795e2d822be39387d828ac2ddc28f775fb/src/core/ngx_connection.c#L903)...