[OpenAFS-devel] rx mtu

Jim Rees rees@umich.edu
Mon, 27 Jan 2003 12:56:58 -0500


  Well, here's the thing. We have platforms like Irix and AIX where we don't
  necessarily have enough information to do it, so anything you do would
  have to be able to be used or not.

Yes, obviously.  I'd put it inside #ifdef and leave the existing code as-is,
although I will probably fix the obvious bugs.  The question is more whether
anyone is interested in having this.  If it only benefits OpenBSD I might
not bother.

  Sure looks like rxi_InitPeerParams() uses it to set pp->ifDgramPackets, in
  rxi_SendAck, and to set natMTU, which in turn is used to set maxMTU...

Yes, but why do I get fragmented udp packets regardless of what pp->ifMTU is
set at?