Version: (using KDE KDE 3.2.1) Installed from: Unlisted Binary Package OS: Linux kppp show in hint window some informations: "Connection", "Connected at" and "Time connected". "Connected at" contain connection speed, but I think what it must contain full connection string. For example, I have modem ZyXEL U-336. Connect string of modem is: CONNECT <port speed>/<line speed>/<connect options> Real string: CONNECT 57600/V.34 28800/V42b/SREJ "Connected at" display RS-232 speed, but all iformatios is interesting.
kppp show speed of connection between serial port and modem, but not speed of conection between my modem and ISP modem.
> kppp show speed of connection between serial port and modem No, kppp show a part of CONNECT string. I use 115k for RS-232 port.
Created attachment 23922 [details] show full connection string in hint It adds this feature. A patch have small bug: void ConWindow::timeclick() is called when start only, and change of string in static window is applied after restart.