Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Jan 10, 2020
1 parent 42ad89b commit 2c54f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gost.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// Version is the gost version.
const Version = "2.9.0-dev"
const Version = "2.9.0"

// Debug is a flag that enables the debug log.
var Debug bool
Expand Down Expand Up @@ -80,7 +80,7 @@ var (
// DefaultUserAgent is the default HTTP User-Agent header used by HTTP and websocket.
DefaultUserAgent = "Chrome/78.0.3904.106"

DefaultMTU = 1350 // default mtu for tun device
DefaultMTU = 1350 // default mtu for tun/tap device
)

// SetLogger sets a new logger for internal log system.
Expand Down

0 comments on commit 2c54f6e

Please sign in to comment.