Bug 80830

Summary: show full modem's CONNECT string
Product: [Applications] kppp Reporter: Sergey Y. Afonin <asy>
Component: generalAssignee: Harri Porten <porten>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: show full connection string in hint

Description Sergey Y. Afonin 2004-05-03 11:22:32 UTC
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.
Comment 1 Stranger 2004-10-25 12:18:44 UTC
kppp show speed of connection between serial port and modem, but not speed of conection between my modem and ISP modem.
Comment 2 Sergey Y. Afonin 2006-05-05 14:58:11 UTC
> 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.

Comment 3 Sergey Y. Afonin 2008-03-16 18:47:58 UTC
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.