13 lines
319 B
Go
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
|