Re: [RFC PATCH 0/7] tou: Transports over UDP - part I

2016-05-26 Thread Alex Elsayed
Tom Herbert herbertland.com> writes: > > Transports over UDP is intended to encapsulate TCP and other transport > protocols directly and securely in UDP. > > The goal of this work is twofold: > > 1) Allow applications to run their own transport layer stack (i.e.from >userspace). This elimi

[RFC PATCH 0/7] tou: Transports over UDP - part I

2016-05-23 Thread Tom Herbert
Transports over UDP is intended to encapsulate TCP and other transport protocols directly and securely in UDP. The goal of this work is twofold: 1) Allow applications to run their own transport layer stack (i.e.from userspace). This eliminates dependencies on the OS (e.g. solves a major dep