Skip to content

Commit 970c63f

Browse files
committed
Set DF bit by default in pro-bing
1 parent 2b224b7 commit 970c63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pinger_probing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func (w *ProbingWrapper) Start() {
2727
log.Fatalf("pinger initialization failed %s, %s", w.host, err)
2828
}
2929

30+
w.pinger.SetDoNotFragment(true)
3031
w.pinger.RecordRtts = false
3132
w.pinger.OnSend = w.onSend
3233
// pinger.OnSend = pingwrapper.OnRecv

0 commit comments

Comments
 (0)