github.com/AntonOrnatskyi/goproxy@v0.0.0-20190205095733-4526a9fa18b4/core/dst/doc.go (about) 1 // Copyright 2014 The DST Authors. All rights reserved. 2 // Use of this source code is governed by an MIT-style 3 // license that can be found in the LICENSE file. 4 5 /* 6 7 Package dst implements the Datagram Stream Transfer protocol. 8 9 DST is a way to get reliable stream connections (like TCP) on top of UDP. 10 11 */ 12 package dst