Don't set the stream bit on outgoing TCP packets for now - it doesn't seem to play well with IPv6 and X-MAC

This commit is contained in:
adamdunkels 2010-02-03 16:44:19 +00:00
parent a9e358eb9e
commit 4bffd277f5

View file

@ -32,7 +32,7 @@
* *
* This file is part of the Contiki operating system. * 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 * \file
@ -1141,8 +1141,8 @@ output(uip_lladdr_t *localdest)
rime_ptr = packetbuf_dataptr(); rime_ptr = packetbuf_dataptr();
if(UIP_IP_BUF->proto == UIP_PROTO_TCP) { if(UIP_IP_BUF->proto == UIP_PROTO_TCP) {
packetbuf_set_attr(PACKETBUF_ATTR_PACKET_TYPE, /* packetbuf_set_attr(PACKETBUF_ATTR_PACKET_TYPE,
PACKETBUF_ATTR_PACKET_TYPE_STREAM); PACKETBUF_ATTR_PACKET_TYPE_STREAM);*/
} }
/* /*