Skip to content

Commit

Permalink
packet: packet size note
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Jul 11, 2019
1 parent 20d4f32 commit 581c6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"net"
)

// Note that some games such as squad may use a non-standard packet size
// Refer to the game documentation to see if this needs to be changed
const MaxPacketSize = 1400

var (
Expand Down

0 comments on commit 581c6cd

Please sign in to comment.