smart-socket
smart-socket copied to clipboard
添加了banner.txt自定义banner功能
该PR为smart-socket添加了banner.txt自定义banner功能 在resources资源文件夹下编写banner.txt,并启用bannerEnabled 使用AioQuickServer或者UdpBoostrap都能看到效果。 主要的替换符:
- port 端口
- version smart-socket版本
- threads 线程数
- backlog 对应IoServerConfig里面的backlog字段