This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 9b64495c6cd22cd65f118c18a36b2de7cbde4344 (commit)
from 414f6c35a62a7e72f40c39089a9952913a7eeb90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b64495c6cd22cd65f118c18a36b2de7cbde4344
Author: Samuel Thibault <[email protected]>
Date: Sun Jul 5 17:09:58 2020 +0200
pflocal: support SO_SNDBUF for unconnected sockets
We can store the requested value, to be applied when we connect the
sockets.
* pflocal/sock.h (struct sock): Add req_write_limit field.
* pflocal/sock.c (sock_create): Initialize req_write_limit field to 0.
(sock_connect): Bump the write_limit of the write pipe to the
req_write_limit value.
(sock_shutdown): Update req_write_limit from the write_limit of the
write pipe.
* pflocal/socket.c (S_socket_getopt, S_socket_setopt): When write_pipe
is NULL, use req_write_limit.
-----------------------------------------------------------------------
Summary of changes:
pflocal/sock.c | 5 +++++
pflocal/sock.h | 3 +++
pflocal/socket.c | 12 +++++-------
3 files changed, 13 insertions(+), 7 deletions(-)
hooks/post-receive
--
Hurd