[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: PPPD Issues pinging server with packets greater than 484 bytes length
- Date: Thu, 10 Feb 2005 14:19:00 +1000
- From: Andrew Sinclair <andrews at elprotech dot com>
- Subject: RE: PPPD Issues pinging server with packets greater than 484 bytes length
Nevermind, it turns out I didnt initialise my serial driver correctly.
-----Original Message-----
From: Andrew Sinclair [SMTP:andrews@elprotech.com]
Sent: Thursday, 10 February 2005 12:07 PM
To: RTEMS Users
Subject: PPPD Issues pinging server with packets greater than 484 bytes length
Has anyone encountered problems pinging the rtems PPPD server with packets greater than 484 bytes length?
I have established a connection with a Win XP box, and I am using MS-DOS to ping. The following works fine:
ping -l 484 192.168.124.5
However the following fails:
ping -l 485 192.168.124.5
I have tried making my termios serial buffers very large, and setting "mru" and "mtu" to 1500 to no avail.
Any ideas?