readme

来自「这是关于远程登陆TELNET 的源代码 已经测试过的。」· 代码 · 共 27 行

TXT
27
字号
Telnet has been massively hacked up for this release. It presently requires a C++ compiler (gcc 2.7.2 or higherrecommended), but not libg++ or libstdc++. That is, unless you went tospecial effort to not install the C++ compiler when you installed gcc,you'll be fine.Large amounts of further hacking are expected. If you're interested inworking on it, please contact me, as diffs are likely to becomeuseless very quickly.Support for assorted old/broken systems has been dropped.  Some suchsupport may be reinstated in the future once the code has been cleanedup sufficiently. On the other hand, it may not.Known bugs/shortcomings at this point:	- Under some circumstances it can theoretically encounter a	  buffer overflow condition and drop data on the floor. If	  anyone actually observes this ``in the wild'' I'd appreciate	  knowing the circumstances. I'm also not convinced the old	  behavior was any better.	- Various of the debug/trace modes don't work. This probably	  doesn't matter to anyone not actually coding on it.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?