Skip to content

Commit cefed2a

Browse files
authored
Merge pull request #314 from nxtrace/main
SYNC
2 parents 96e06e3 + bc5a370 commit cefed2a

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

fast_trace/fast_trace ipv6.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ func (f *FastTracer) testFastBJ_v6() {
125125
}
126126

127127
func (f *FastTracer) testFastSH_v6() {
128-
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CT163)
129-
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CU169)
130-
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CM)
128+
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CT163)
129+
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CU169)
130+
f.tracert_v6(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CM)
131131
}
132132

133133
func (f *FastTracer) testFastGZ_v6() {
134-
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CT163)
135-
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CU169)
136-
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CM)
134+
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CT163)
135+
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CU169)
136+
f.tracert_v6(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CM)
137137
}
138138

139139
func FastTestv6(traceMode trace.Method, outEnable bool, paramsFastTrace ParamsFastTrace) {

fast_trace/fast_trace.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,13 @@ func (f *FastTracer) testFastBJ() {
443443
}
444444

445445
func (f *FastTracer) testFastSH() {
446-
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CT163)
447-
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CU169)
448-
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Beijing.CM)
446+
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CT163)
447+
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CU169)
448+
f.tracert(TestIPsCollection.Shanghai.Location, TestIPsCollection.Shanghai.CM)
449449
}
450450

451451
func (f *FastTracer) testFastGZ() {
452-
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CT163)
453-
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CU169)
454-
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Beijing.CM)
452+
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CT163)
453+
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CU169)
454+
f.tracert(TestIPsCollection.Guangzhou.Location, TestIPsCollection.Guangzhou.CM)
455455
}

0 commit comments

Comments
 (0)