mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
- s.t. server only attempts sending data when there is an available request - s.t. dns requests are responded to in-order - ensures that rtt stays consistent - ensures that congestion control isn't tripped - ensures that dns resolver isn't tripped
8 lines
No EOL
200 B
C
8 lines
No EOL
200 B
C
#ifndef SLIPSTREAM_SOCKLOOP_H
|
|
#define SLIPSTREAM_SOCKLOOP_H
|
|
|
|
#include "picoquic_packet_loop.h"
|
|
|
|
void* slipstream_packet_loop(picoquic_network_thread_ctx_t* thread_ctx);
|
|
|
|
#endif //SLIPSTREAM_SOCKLOOP_H
|