Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 15:47:19 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ypserv yp_svc_udp.c
Message-ID:  <200103212347.f2LNlJ640970@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/03/21 15:47:19 PST

  Modified files:
    usr.sbin/ypserv      yp_svc_udp.c 
  Log:
  ypserv has intimate knowledge of the server transport handle which is
  needed to make the asynchronous DNS lookup mechanism work. (It needs to
  be able to get/set the transaction ID in the trasport handle so it can
  deliver a delayed UDP response when a reply is received from a DNS
  server.) With TI-TPC, the transport handle has changed slightly (what
  used to be an int is now a size_t) so we need to account for this.
  
  Revision  Changes    Path
  1.6       +5 -18     src/usr.sbin/ypserv/yp_svc_udp.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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