Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 1996 06:36:18 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/rpc clnt_tcp.c
Message-ID:  <199612301436.GAA28101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/30 06:36:17

  Modified:    lib/libc/rpc  clnt_tcp.c
  Log:
  - prototypes now in standard include file
  - improve initial "random" sequence number, to make it harder to guess
    in long running daemons.
  - fix timeout code.
  - unlimited number of fd's in select.
  Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
  
  - Protect against select() that returns time remaining (on my systems).
  
  Revision  Changes    Path
  1.7       +43 -23    src/lib/libc/rpc/clnt_tcp.c



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