Bug 170814 - [terminal] typing in the terminal is slow for telnet, ssh connections
Summary: [terminal] typing in the terminal is slow for telnet, ssh connections
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: Terminal (show other bugs)
Version: 1.0.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-17 13:57 EST by Martin Oberhuber CLA
Modified: 2008-08-13 13:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-01-17 13:57:38 EST
typing in the terminal is slow for telnet, ssh connections because on each character typed, a resize packet is sent to the server even if the size did not change.
Comment 1 Martin Oberhuber CLA 2007-01-17 14:01:26 EST
[170814] avoid excessive sending of resize packets:

Fixed by caching current server-known size in implementations of ITerminalConnector.setTerminalSize() -- a better implementation should probably not even call this method and cache the size in the TerminalControl that calls this.
Comment 2 Martin Oberhuber CLA 2008-08-13 13:16:50 EDT
[target cleanup] 2.0 M5 was the original target milestone for this bug