@@ -35,7 +35,7 @@ type ParamsFastTrace struct {
35
35
Timeout time.Duration
36
36
File string
37
37
DontFragment bool
38
- Dot string
38
+ Dot string
39
39
}
40
40
41
41
type IpListElement struct {
@@ -385,28 +385,33 @@ func (f *FastTracer) testAll() {
385
385
386
386
func (f * FastTracer ) testCT () {
387
387
f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CT163 )
388
+ f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CTCN2 )
388
389
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CT163 )
389
390
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CTCN2 )
390
- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CT163 )
391
391
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 )
392
394
}
393
395
394
396
func (f * FastTracer ) testCU () {
395
397
f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CU169 )
396
398
f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CU9929 )
397
399
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU169 )
398
400
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CU9929 )
399
- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CU169 )
400
401
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
+
401
405
}
402
406
403
407
func (f * FastTracer ) testCM () {
404
408
f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CM )
405
409
f .tracert (TestIPsCollection .Beijing .Location , TestIPsCollection .Beijing .CMIN2 )
406
410
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CM )
407
411
f .tracert (TestIPsCollection .Shanghai .Location , TestIPsCollection .Shanghai .CMIN2 )
408
- f .tracert (TestIPsCollection .Hangzhou .Location , TestIPsCollection .Hangzhou .CM )
409
412
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 )
410
415
}
411
416
412
417
func (f * FastTracer ) testEDU () {
0 commit comments