Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2011 09:29:53 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd proto_common.c
Message-ID:  <201104020930.p329U4IS067019@repoman.freebsd.org>

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

pjd         2011-04-02 09:29:53 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           proto_common.c 
  Log:
  SVN rev 220272 on 2011-04-02 09:29:53Z by pjd
  
  When we are operating on blocking socket and get EAGAIN on send(2) or recv(2)
  this means that request timed out. Translate the meaningless EAGAIN to
  ETIMEDOUT to give administrator a hint that he might need to increase timeout
  in configuration file.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.11      +35 -4     src/sbin/hastd/proto_common.c



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