goproxy/core/dst/doc.go
arraykeys@gmail.com 9a1f5de686 add core
2018-09-04 17:46:43 +08:00

13 lines
319 B
Go

// Copyright 2014 The DST Authors. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
/*
Package dst implements the Datagram Stream Transfer protocol.
DST is a way to get reliable stream connections (like TCP) on top of UDP.
*/
package dst