ihciah / rabbit-tcp

A multi-connection TCP forwarder/accelerator
GNU Affero General Public License v3.0
495 stars 76 forks source link

客户端无法正常使用 #3

Closed maskedeken closed 4 years ago

maskedeken commented 4 years ago

一直出现一下日志

[BlockProcessor]2019/10/24 16:57:22 [Debug] Packet wait time exceed of Connection 1425071356. [BlockProcessor]2019/10/24 16:57:22 [Debug] Connection 1425071356 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:22 [Debug] Packet wait time exceed of Connection 800731645. [BlockProcessor]2019/10/24 16:57:22 [Debug] Connection 800731645 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:22 [Debug] Packet wait time exceed of Connection 3824210447. [BlockProcessor]2019/10/24 16:57:22 [Debug] Connection 3824210447 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:22 [Debug] Packet wait time exceed of Connection 3325796146. [BlockProcessor]2019/10/24 16:57:22 [Debug] Connection 3325796146 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 2532720834. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 2532720834 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 3695459453. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 3695459453 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 1158045707. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 1158045707 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 1492539552. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 1492539552 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 3361233667. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 3361233667 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 3226836312. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 3226836312 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 4140621305. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 4140621305 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 4210258030. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 4210258030 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 2216353600. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 2216353600 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 255727462. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 255727462 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 743475768. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 743475768 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:23 [Debug] Packet wait time exceed of Connection 53414050. [BlockProcessor]2019/10/24 16:57:23 [Debug] Connection 53414050 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:24 [Debug] Packet wait time exceed of Connection 2045455312. [BlockProcessor]2019/10/24 16:57:24 [Debug] Connection 2045455312 is not in waiting status, continue. [BlockProcessor]2019/10/24 16:57:24 [Debug] Packet wait time exceed of Connection 1147968588. [BlockProcessor]2019/10/24 16:57:24 [Debug] Connection 1147968588 is not in waiting status, continue.

maskedeken commented 4 years ago

可以了,是我配置没写好

ihciah commented 4 years ago

建议Log不要打Debug级别的,打Info就可以了。