Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telnet Protocol Handler Fixes #451

Merged
merged 5 commits into from Nov 27, 2016
Merged

Telnet Protocol Handler Fixes #451

merged 5 commits into from Nov 27, 2016

Conversation

M-griffin
Copy link
Contributor

This corrects intermittent issues with servers not receiving complete TELOPT sequence causing incorrect terminal and screen size detection.

Built Telnet Response Sequences in to an ArrayList to transpose back to a byte[] array so all response sequences are sent in a single write() instead of sending each separate byte in an individual write().

This corrects intermittent issues with servers not receiving complete
TELOPT  sequence causing incorrect terminal and screen size detection.

Built Telnet Response Sequences in to an ArrayList<Byte> to transpose
back to a byte[] array so all response sequences are sent in a single
write() instead of sending each separate byte in an individual write().
This corrects intermittent issues with servers not receiving complete
TELOPT  sequence causing incorrect terminal and screen size detection.

Built Telnet Response Sequences in to an ArrayList<Byte> to transpose
back to a byte[] array so all response sequences are sent in a single
write() instead of sending each separate byte in an individual write().
@M-griffin
Copy link
Contributor Author

This addresses Issue #450
Thanks.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 34.385% when pulling 23337a8 on M-griffin:master into 626f79f on connectbot:master.

@kruton kruton merged commit 5bb7413 into connectbot:master Nov 27, 2016
galexander1 pushed a commit to galexander1/connectbot that referenced this pull request Dec 10, 2016
Do a JTAG reset prior to reading CPU information, fixes connectbot#428 and connectbot#451.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants