1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/destiny
Oliver 8a886fae25 [sys net destiny]
- fixed a bug where a retransmitted TCP ACK segment did not contain the
ACK flag

[sys net sixlowpan]
- changed sixlowpan architecture: IPV6 packets now always get stored in
sixlowpan (reassembly) buffer and are transmitted one after the other 
(FIFO) to IPV6 layer via a separate transfer thread
2012-02-13 23:31:17 +01:00
..
destiny.c [sys net destiny] 2012-02-07 04:24:00 +01:00
destiny.h [sys net destiny] 2012-02-12 04:26:55 +01:00
in.h new, DESTiny: UDP Transport Layer and UDP part of Socket API 2011-09-28 16:29:01 +02:00
Jamfile [sys net destiny] 2012-02-02 02:41:39 +01:00
socket.c [sys net destiny] 2012-02-13 23:31:17 +01:00
socket.h [sys net destiny] 2012-02-12 20:06:12 +01:00
tcp_hc.c [sys net destiny] 2012-02-13 23:31:17 +01:00
tcp_hc.h [sys net destiny] 2012-02-12 04:26:55 +01:00
tcp_timer.c [sys net destiny] 2012-02-13 23:31:17 +01:00
tcp_timer.h [sys net destiny] 2012-02-13 23:31:17 +01:00
tcp.c [sys net destiny] 2012-02-13 23:31:17 +01:00
tcp.h [sys net destiny] 2012-02-12 04:26:55 +01:00
udp.c [projects tlayer] 2012-01-27 02:54:59 +01:00
udp.h [projects tlayer] 2012-01-30 22:44:38 +01:00