mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-12 04:43:22 +08:00
chore: make lint happy
This commit is contained in:
@@ -41,8 +41,8 @@ func (m *Me) AddPeer(cfg *PeerConfig) (l *Link) {
|
||||
allowtrans: cfg.AllowTrans,
|
||||
usezstd: cfg.UseZstd,
|
||||
me: m,
|
||||
mtu: uint16(cfg.MTU),
|
||||
mturandomrange: uint16(cfg.MTURandomRange),
|
||||
mtu: cfg.MTU,
|
||||
mturandomrange: cfg.MTURandomRange,
|
||||
}
|
||||
|
||||
if !cfg.NoPipe {
|
||||
|
||||
Reference in New Issue
Block a user