Skip to content

Commit

Permalink
ci: skip unused golangci-lint test on outboundSocketControl func
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Dec 16, 2024
1 parent 9701ae5 commit f0a6036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ func (n *Node) reconnectOutboundConnection(peer outboundPeer) {
}

// outboundSocketControl is a helper function for setting socket options outbound sockets
//
//nolint:unused
func outboundSocketControl(network, address string, c syscall.RawConn) error {
var innerErr error
err := c.Control(func(fd uintptr) {
Expand Down

0 comments on commit f0a6036

Please sign in to comment.