Skip to content

Commit

Permalink
passing lints and tests. Client interface incomplete and examples mising
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Sep 14, 2023
1 parent 8c20407 commit fd78125
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 300 deletions.
2 changes: 0 additions & 2 deletions dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
pb "github.com/refraction-networking/conjure/proto"
)

var randomizePortDefault = false

// IPSupport is a bitmask of supported IP versions.
type IPSupport client.IPSupport

Expand Down
6 changes: 0 additions & 6 deletions pkg/client/common.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package client

const timeoutMax = 30000
const timeoutMin = 20000

const sendLimitMax = 15614
const sendLimitMin = 14400

// Fixed-Size-Payload has a 1 byte flags field.
// bit 0 (1 << 7) determines if flow is bidirectional(0) or upload-only(1)
// bit 1 (1 << 6) enables dark-decoys
Expand Down

0 comments on commit fd78125

Please sign in to comment.