Skip to content

Commit

Permalink
use bigger network buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mehlis committed Jan 14, 2014
1 parent b157304 commit 8d64955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpu/native/include/nativenet.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#include <net/ethernet.h>

#define RX_BUF_SIZE (10)
#define TRANSCEIVER_BUFFER_SIZE (3)
#define RX_BUF_SIZE (100)
#define TRANSCEIVER_BUFFER_SIZE (100)

#ifndef NATIVE_MAX_DATA_LENGTH
#include "tap.h"
Expand Down

0 comments on commit 8d64955

Please sign in to comment.