//
pkg.gl
Category
github.com/psiphon-labs/psiphon-tunnel-core
psiphon
common
fragmentor
package
1.0.10
Repository:
https://github.com/psiphon-labs/psiphon-tunnel-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
290 SLOC
#
Functions
NewConn
NewConn creates a new Conn.
NewDownstreamConfig
NewDownstreamConfig creates a new Config; may return nil.
NewUpstreamConfig
NewUpstreamConfig creates a new Config; may return nil.
#
Constants
MAX_FRAGMENTOR_ITERATIONS_PER_NOTICE
No description provided by the author
MAX_FRAGMENTOR_NOTICES
No description provided by the author
#
Structs
Config
Config specifies a fragmentor configuration.
Conn
Conn implements simple fragmentation of application-level messages/packets into multiple TCP packets by splitting writes into smaller sizes and adding delays between writes.