Skip to content

Commit

Permalink
force use buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitos committed Feb 7, 2025
1 parent fb5e770 commit c086d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/tun_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ func (t *tun) watchRoutes() {

netlinkOptions := netlink.RouteSubscribeOptions{
ReceiveBufferSize: t.useSystemRoutesBuffer,
ReceiveBufferForceSize: false,
ReceiveBufferForceSize: true,
ErrorCallback: func (e error) {t.l.WithError(e).Errorf("netlink error")},
}

Expand Down

0 comments on commit c086d0f

Please sign in to comment.