Hi,
Want to point out the NFS client works for small packet size (less than 1400KByte or so) without the "-o tcp" option specified (default is UDP protocol). With UDP protocol it only breaks when the NFS server segments a larger packet to 2 or more packets to fix in MTU size. Seems like the NFS client code consistantly drops the segmented packets and keeps on requesting the NFS server for retransmission.
David
--- On Mon, 12/15/08, David Wong <davidikwong@xxxxxxxxx> wrote: From: David Wong <davidikwong@xxxxxxxxx> |