//
pkg.gl
Category
github.com/jordisubira/scion
go
lib
xtest
loopback
package
0.4.0
Repository:
https://github.com/jordisubira/scion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
58 SLOC
#
Functions
New
New creates a new loopback connection with capacity PktBufferSize.
#
Constants
PktBufferSize
Number of packets that can fit into Conn buffers until the writer blocks.
#
Structs
Addr
Addr implements net.Addr.
Conn
Connects a client-server app to itself to simplify testing.