]> git.ipfire.org Git - thirdparty/bird.git/commit
IO: Changes in socket API
authorVojtech Vilimek <vojtech.vilimek@nic.cz>
Wed, 17 Jul 2024 10:05:13 +0000 (12:05 +0200)
committerVojtech Vilimek <vojtech.vilimek@nic.cz>
Wed, 21 Aug 2024 08:40:58 +0000 (10:40 +0200)
commitadc2fd4825f1294f263a202ad4bf681382762567
treefd56328460c4cda7c55f6fa246665048e7892a9a
parent44b79ce323fd2a967ab97ce8c542fa1a6baabb8c
IO: Changes in socket API

Support for active UNIX sockets is added. UNIX socket are now created with
sk_open. The socket name/path is passes in host, the same way as SSH address.
For passive UNIX socket the filesystem entry is considered as part of the
resource and hence is unlinked in rfree.
lib/socket.h
sysdep/unix/io.c
sysdep/unix/main.c
sysdep/unix/unix.h