Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Dec 1, 2023
1 parent 3fe459f commit 429cb29
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/proxy/net/packetio.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ const (
DefaultConnBufferSize = 32 * 1024
)

type rwStatus int

const (
rwNone rwStatus = iota
rwRead
rwWrite
)

// packetReadWriter acts like a net.Conn with read and write buffer.
type packetReadWriter interface {
net.Conn
Expand Down

0 comments on commit 429cb29

Please sign in to comment.