From 4bffd277f54912c65e638bf24b1b10bfe6a52ff8 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Feb 2010 16:44:19 +0000 Subject: [PATCH] Don't set the stream bit on outgoing TCP packets for now - it doesn't seem to play well with IPv6 and X-MAC --- core/net/sicslowpan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/net/sicslowpan.c b/core/net/sicslowpan.c index d9cdd268d..7b6c322f2 100644 --- a/core/net/sicslowpan.c +++ b/core/net/sicslowpan.c @@ -32,7 +32,7 @@ * * This file is part of the Contiki operating system. * - * $Id: sicslowpan.c,v 1.11 2010/01/28 13:50:51 adamdunkels Exp $ + * $Id: sicslowpan.c,v 1.12 2010/02/03 16:44:19 adamdunkels Exp $ */ /** * \file @@ -1141,8 +1141,8 @@ output(uip_lladdr_t *localdest) rime_ptr = packetbuf_dataptr(); if(UIP_IP_BUF->proto == UIP_PROTO_TCP) { - packetbuf_set_attr(PACKETBUF_ATTR_PACKET_TYPE, - PACKETBUF_ATTR_PACKET_TYPE_STREAM); + /* packetbuf_set_attr(PACKETBUF_ATTR_PACKET_TYPE, + PACKETBUF_ATTR_PACKET_TYPE_STREAM);*/ } /*