[OpenAFS-devel] dcerpc.net - freedce

Ken Hornstein kenh@cmf.nrl.navy.mil
Tue, 21 Aug 2001 14:12:47 -0400


>RX is screwed 2 ways: (1) there's no good portable way (I
>think) to capture ICMP responses to UDP packets that bounce, and (2) RX

If you connect() a UDP socket to a particular destination address, you
can then get the ICMP errors upon calls to read().  Of course, then
you're using one descriptor per connection, and that would really bite
in the case of the AFS fileserver, for example ...

--Ken