Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 01:53:35 +0200 (CEST)
From:      Martin Blapp <mb@imp.ch>
To:        Alfred Perlstein <bright@mu.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/rpc svc_vc.c
Message-ID:  <20030530014935.W94836@cvs.imp.ch>

next in thread | raw e-mail | index | archive | help

Hi,

>"for some strange reason"

Yeah, the comment is not quite correct. I see now EAGAIN errors,
but the first read on the socket has always 0 lenght for AF_LOCAL:

recvmsg() = 0
recvmsg() = 4
recvmsg() = 92
recvmsg() = -1, errno = 35
recvmsg() = 0

in opposite to

recvmsg() = 4
recvmsg() = 40
recvmsg() = -1, errno = 35
recvmsg() = 0

Martin

Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP: <finger -l mbr@freebsd.org>
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530014935.W94836>