Re: UDP Transport

2016-08-18 Thread Christopher Friedt
Hi Randy, On Wed, Aug 17, 2016 at 4:01 PM, Randy Abernethy <randy.aberne...@gmail.com> wrote: > Would be nice to have a UDP Transport! Have you wired it into the cross > tests? That IDL is sort of the benchmark for interop higher up the stack I haven't yet wired it into the cross te

Re: UDP Transport

2016-08-17 Thread Randy Abernethy
Would be nice to have a UDP Transport! Have you wired it into the cross tests? That IDL is sort of the benchmark for interop higher up the stack --Randy. On Wed, Aug 17, 2016 at 12:30 PM, Christopher Friedt <chrisfri...@gmail.com> wrote: > Hi folks, > > I'm working on a coupl

Re: UDP Transport

2016-08-17 Thread Jake Farrell
Hey Christopher Thanks for sharing -Jake On Wed, Aug 17, 2016 at 3:30 PM, Christopher Friedt <chrisfri...@gmail.com> wrote: > Hi folks, > > I'm working on a couple of transports on my GitHub fork of Thrift [1]. > > There is a UDP Transport ( TUdpSocket, TUdpServerSock

UDP Transport

2016-08-17 Thread Christopher Friedt
Hi folks, I'm working on a couple of transports on my GitHub fork of Thrift [1]. There is a UDP Transport ( TUdpSocket, TUdpServerSocket ) implementation in "feature/udp-sockets" [2]. It's still in development, but Works For Me™, so far. For a quick comparison, see [3]. Some notes: