mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-05 12:57:38 +03:00
Add more lint
This commit is contained in:
parent
beeeba3388
commit
849d16c37b
13 changed files with 118 additions and 64 deletions
|
@ -10,11 +10,11 @@ import (
|
|||
N "github.com/sagernet/sing/common/network"
|
||||
)
|
||||
|
||||
//+----+------+------+----------+----------+----------+
|
||||
//|RSV | FRAG | ATYP | DST.ADDR | DST.PORT | DATA |
|
||||
//+----+------+------+----------+----------+----------+
|
||||
//| 2 | 1 | 1 | Variable | 2 | Variable |
|
||||
//+----+------+------+----------+----------+----------+
|
||||
// +----+------+------+----------+----------+----------+
|
||||
// |RSV | FRAG | ATYP | DST.ADDR | DST.PORT | DATA |
|
||||
// +----+------+------+----------+----------+----------+
|
||||
// | 2 | 1 | 1 | Variable | 2 | Variable |
|
||||
// +----+------+------+----------+----------+----------+
|
||||
|
||||
type AssociatePacketConn struct {
|
||||
N.PacketConn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue