@@ -35,7 +35,7 @@ type ParamsFastTrace struct {
3535 Timeout time.Duration
3636 File string
3737 DontFragment bool
38- Dot string
38+ Dot string
3939}
4040
4141type IpListElement struct {
@@ -385,28 +385,33 @@ func (f *FastTracer) testAll() {
385385
386386func (f * FastTracer ) testCT () {
387387 f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CT163 )
388+ f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CTCN2 )
388389 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CT163 )
389390 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CTCN2 )
390- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CT163 )
391391 f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CT163 )
392+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CTCN2 )
393+ f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CT163 )
392394}
393395
394396func (f * FastTracer ) testCU () {
395397 f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CU169 )
396398 f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CU9929 )
397399 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU169 )
398400 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU9929 )
399- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CU169 )
400401 f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CU169 )
402+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CU9929 )
403+ f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CU169 )
404+
401405}
402406
403407func (f * FastTracer ) testCM () {
404408 f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CM )
405409 f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CMIN2 )
406410 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CM )
407411 f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CMIN2 )
408- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CM )
409412 f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CM )
413+ f .tracert (TestIPsCollection .Guangzhou .Location , TestIPsCollection .Guangzhou .CMIN2 )
414+ f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CM )
410415}
411416
412417func (f * FastTracer ) testEDU () {
0 commit comments