1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2015 年 5 月 17 日 |
---|
#103 in #rfc
1KB
QOTD
实现RFC 865。
局限性
- 仅支持 IPv4
- 仅支持 TCP(UDP 尚未实现)
- 绑定到
127.0.0.1
(减轻“pingpong”攻击风险) - 无错误处理
- 无使用或错误信息(例如,如果不是以 root 运行,无法绑定到端口)
- 不可配置
- 每天相同的引言
许可证
在MIT 许可证下发布
Copyright (c) 2015 Mike English <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.