Registry / networking / xtaci-tcpraw

xtaci-tcpraw

JSON →
library1.2.32gogounverified

Provides raw TCP socket operations for Go.

go get github.com/xtaci/tcpraw
INSTALL
IMPORT
SIG · XTACI-TCPRAW
X
xtaci-tcpraw
networkinggov1.2.32
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tcpraw
github.com/xtaci/tcpraw

Dials a raw TCP connection.

package main import ( "fmt" "github.com/xtaci/tcpraw" ) func main() { conn, err := tcpraw.Dial("tcp", "example.com:80") if err != nil { fmt.Println(err) return } defer conn.Close() fmt.Println("Connected!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.32latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
Resources
xtaci-tcpraw — go get xtaci-tcpraw · libregistry