An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/rafee/packet

Package packet implements stream-oriented packet connection. The implementation splits packet-oriented connection like UDP and IP into different streams with remote address. In addition, heatbeat is sent periodically to detect whether remote is reachable. Although timeout is not supported, every network supported by go including net.PacketConn can be converted to net.Conn with packet.Dial and packet.Listen. Network reliability remains the same; for example, UDP is still unreliable. One-byte packet is reserved for managing streams.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rafee/packet
License: GPL-2.0
Latest release: about 5 years ago
First release: almost 8 years ago
Namespace: github.com/rafee
Last synced: 11 days ago

    Loading...
    Readme
    Loading...