Skip to content
Snippets Groups Projects
Commit da3a7ffb authored by adamdunkels's avatar adamdunkels
Browse files

Increase uIP buffer size for the bridge to accomodate for the Ethernet headers from the PC host

parent 2ae7ed82
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bridge-conf.h,v 1.4 2009/11/02 11:46:49 adamdunkels Exp $
* $Id: bridge-conf.h,v 1.5 2010/01/28 13:49:24 adamdunkels Exp $
*/
/**
......@@ -55,5 +55,6 @@
#define CC2420_CONF_AUTOACK 1
#undef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE 256
#endif /* __BRIDGE_CONF_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment