RX buffer update

This commit is contained in:
Joseph Henry 2016-01-14 14:03:03 -08:00
commit 6cf478c1b2
2 changed files with 42 additions and 42 deletions

View file

@ -46,8 +46,6 @@
#include "netif/etharp.h"
#define DEFAULT_READ_BUFFER_SIZE 1024 * 1024 * 2
struct tcp_pcb;
struct socket_st;
struct listen_st;
@ -162,9 +160,6 @@ private:
std::vector<TcpConnection*> tcp_connections;
std::map<PhySocket*, pid_t> pidmap;
char rcq[DEFAULT_READ_BUFFER_SIZE];
int rcqidx;
std::map<uint64_t, std::pair<PhySocket*, void*> > jobmap;
pid_t rpc_counter;