contiki/core
2007-01-12 18:18:23 +00:00
..
cfs
ctk
dev * Comment. 2007-01-12 18:18:23 +00:00
lib Respect MMEM_CONF_SIZE user option, otherwise default to 4096 byts 2006-12-22 17:14:06 +00:00
loader * Switch from linear search to binary ditto. 2007-01-12 13:55:04 +00:00
net Up to now the DNS resolver relied on the uIP 1/2 second polling for its retry management (implementing a linear back-off). But Contiki 2.x uIP doesn't implement the 1/2 second polling for UDP connections anymore! Therefore I added an event timer to the DNS resolver for its retry management. I went for a 1 second interval (still with the same linear back-off) as compromise between officially recommended longer intervals (i.e. BIND with 5 seconds and exponential back-off) and a reasonable user experience for the self induced packet loss in ARP setups. 2007-01-07 13:52:25 +00:00
sys major bug fix: arithmetic was done incorrectly in update_time() + process already expired timers when adding timers 2006-10-09 16:05:58 +00:00
contiki-lib.h
contiki-net.h
contiki-version.h
contiki.h