Hello, It seems we'd indeed need SO_RCVBUF/SO_SNDBUF on AF_UNIX sockets. It means reading a bit libpipe to make sure how to get/set the limit, and plug that into pflocal/socket.c:S_socket_setopt.
Any taker? Mattias Ellert, le Wed 12 Nov 2014 16:38:36 +0100, a écrit : > I have been investigating the test suite failures during the build of > globus-gram-job-manager on Hurd, and have found that it is due to lack > of support for setting SO_RCVBUF and SO_SNDBUF on AF_UNIX sockets. I.e. > http://savannah.gnu.org/task/?12729 > > What is the status of this? > > I can make the code not error out on -1 returns form setsockopt which > helps for most of the test suite, but one of the tests still fails even > with this change since it requires a larger buffersize than the default. > > Mattias