twitter-archive/CocoaSPDY

Using SPDY, Is it possible to communicate HTTP with UDP

Rajitha-Gangam opened this issue · 2 comments

I want to communicate HTTP via UDP instead of TCP.
Is it possible using SPDY?
If possible, Please provide the steps how to do ? or provide some sample code.

Duplicate of #101

An additional note: in addition to what's discussed in #101, you would also have to provide reliable, in-order delivery of packets on top of UDP (assuming you didn't mean UDT or QUIC or something).