]> 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>
Thu, 18 Jul 2024 16:59:57 +0000 (18:59 +0200)
commitad23b465f859b84d1d2af78bc2dee570b32ca146
tree1be7eb972332c71da0c68c7be083a8ffcd3bafe3
parent08ff0af8986099e6fb1d8a94c7ce62c83e4df7f1
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