kubenetworks/kubevpn

View on GitHub
pkg/core/tcp.go

Summary

Maintainability
A
35 mins
Test Coverage

Method tcpKeepAliveListener.Accept has 5 return statements (exceeds 4 allowed).
Open

func (ln *tcpKeepAliveListener) Accept() (c net.Conn, err error) {
    conn, err := ln.AcceptTCP()
    if err != nil {
        return
    }
Severity: Major
Found in pkg/core/tcp.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status