You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Provider 设置默认 4 秒钟超时,或以秒为单位,提供类似 --data-provider-timeout 的选项
关于此问题,您可以使用--timeout参数
timeout:=parser.Int("", "timeout", &argparse.Options{Default: 1000, Help: "The number of [milliseconds] to keep probe sockets open before giving up on the connection."})
你看到的异常现象是什么?
如果 NextTrace 无法连接上 Data Provider, NextTrace 既不会超时也不会显示 Network Error
nexttrace 1.1.1.1
如果 -d disable-geoip 的话,它反而会显示 Network Error
nexttrace -d disable-geoip 1.1.1.1
你期待看到的正常表现是怎样的?
Data Provider 设置默认 4 秒钟超时,或以秒为单位,提供类似
--data-provider-timeout
的选项-d disable-geoip
不应该显示 Network Error 这种误导性的提示,应该直接不显示任何文字 (既然命令行已经禁用了,就算显示 Data Provider Disabled 这种提示也是 多余 和 浪费阅读时间的)The text was updated successfully, but these errors were encountered: