contiki/core/net
adamdunkels 7bab9316da Two major changes:
* Low-power streaming. Experimental support for a low-power mode which
  allows rapid exchange of packets with a 16% duty cycle. Does not
  seem to function correctly yet though.

* Phase locking. When the phase of a neighbor has been detected, the
  sender assumes that the neighbor will keeps it phase and does not
  send more strobes than necessary to hit the receiver's channel
  check - even if the receiver does not acknowledge the reception of
  the strobes when it should have been awake. Instead, the sender
  stops strobing and tries again at a later time.
2010-03-14 22:59:23 +00:00
..
mac Two major changes: 2010-03-14 22:59:23 +00:00
rime Leave compiler warning for 16 bit timers 2010-03-12 17:51:07 +00:00
routing
dhcpc.c
dhcpc.h
hc.c
hc.h
neighbor-attr.c Add includes needed by AVR-gcc, fix compiler warning 2010-03-12 15:23:57 +00:00
neighbor-attr.h prepend net/ to include paths 2010-03-12 13:23:50 +00:00
neighbor-info.c prepend net/ to include paths 2010-03-12 13:23:50 +00:00
neighbor-info.h minor include fix + added documentation 2010-03-12 13:40:13 +00:00
netstack.c
netstack.h Replaced old framer (framer_get/framer_set) with new NETSTACK style configuration. Added nullrdc-framer that is a nullrdc with framer support. 2010-03-01 13:30:21 +00:00
psock.c
psock.h
rawpacket-udp.c
rawpacket-udp.h
rawpacket.h
resolv.c
resolv.h
rime.h
sicslowpan.c minor include fix + added documentation 2010-03-12 13:40:13 +00:00
sicslowpan.h Fix UDP compression to work per hc-06. More commits to come to fix Traffic Class stuff... 2010-03-09 15:18:03 +00:00
slipdev.c
slipdev.h
tcpdump.c
tcpdump.h
tcpip.c
tcpip.h
uaodv-def.h
uaodv-rt.c
uaodv-rt.h
uaodv.c
uaodv.h
uip6.c added support for dropping packets if hop limit is reached 2010-03-09 15:50:15 +00:00
uip_arch.h
uip_arp.c
uip_arp.h
uip-ds6.c started integration of Mathildes and Juliens new uip6 code + made some ND timers configurable 2010-03-12 16:19:19 +00:00
uip-ds6.h started integration of Mathildes and Juliens new uip6 code + made some ND timers configurable 2010-03-12 16:19:19 +00:00
uip-fw-drv.c
uip-fw-drv.h
uip-fw.c
uip-fw.h
uip-icmp6.c fixed so that uip6 sends icmp6 errors from correct source when acting as router - improves support for tracert, etc. 2010-03-11 18:07:37 +00:00
uip-icmp6.h added typedef of icmp6_error 2010-03-13 09:25:24 +00:00
uip-nd6-io.c
uip-nd6.c
uip-nd6.h started integration of Mathildes and Juliens new uip6 code + made some ND timers configurable 2010-03-12 16:19:19 +00:00
uip-neighbor.c
uip-neighbor.h
uip-netif.c
uip-netif.h
uip-over-mesh.c
uip-over-mesh.h
uip-split.c
uip-split.h
uip-udp-packet.c
uip-udp-packet.h
uip.c
uip.h started integration of Mathildes and Juliens new uip6 code + made some ND timers configurable 2010-03-12 16:19:19 +00:00
uiplib.c
uiplib.h
uipopt.h