// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>// SPDX-License-Identifier: MIT
// Package net implements DTLS specific networking primitives.// NOTE: this package is an adaption of pion/transport/packetio that allows for// storing a remote address alongside each packet in the buffer and implements// relevant methods of net.PacketConn. If possible, the updates made in this// repository will be reflected back upstream. If not, it is likely that this// will be moved to a public package in this repository.//// This package was migrated from pion/transport/packetio at// https://github.com/pion/transport/commit/6890c795c807a617c054149eee40a69d7fdfbfdb
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.