Skip to content

Commit

Permalink
Reorder for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jan 22, 2025
1 parent 76789e7 commit de27a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/udp_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ import (
)

type udpListener struct {
// The validator to be used to validate target IP addresses.
targetIPValidator onet.TargetIPValidator

// NAT mapping timeout is the default time a mapping will stay active
// without packets traversing the NAT, applied to non-DNS packets.
timeout time.Duration

// The validator to be used to validate target IP addresses.
targetIPValidator onet.TargetIPValidator

// fwmark can be used in conjunction with other Linux networking features like cgroups, network
// namespaces, and TC (Traffic Control) for sophisticated network management.
// Value of 0 disables fwmark (SO_MARK) (Linux only)
Expand Down

0 comments on commit de27a32

Please sign in to comment.