Enrico Joerns
|
85b494c16b
|
[doc] Give files a common structure by placing license first (partial)
Followed by doxyen file and group tags.
This patch is only a first attempt to make provide a clean structure,
many more files require rework, too.
|
2014-11-10 23:54:49 +01:00 |
|
Adam Dunkels
|
45265249fc
|
Changed the name of the rimeaddr module to linkaddr
|
2014-01-29 20:12:24 +01:00 |
|
Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
adamdunkels
|
7647cbd8aa
|
Use the list_item_next() API
|
2010-06-15 19:22:25 +00:00 |
|
adamdunkels
|
8f8393aadc
|
Moved ctimer.[ch] from their old and illogical location in core/net/rime to a more appropriate place in core/sys
|
2010-06-14 07:34:36 +00:00 |
|
adamdunkels
|
36db5eb70b
|
Added debug printout
|
2010-02-03 01:18:24 +00:00 |
|
adamdunkels
|
fe30886b37
|
Added functionality for decaying routes: when a packet is sent over a route, it is decayed. If the route is not refreshed within four packets (with the route_refresh() function, which is called when a new packet arrives), the route is dropped. A route can be decayed at most once per second
|
2009-05-10 21:08:01 +00:00 |
|
adamdunkels
|
c83c5c4c55
|
Removed automatic refresh of routes from the route_lookup() function and moved it into an explicit route_refresh() function. The previous behaviour was dangerous, since it meant that even bad routes that someone was looking for were considered fresh. Now such routes time out if they are not explictily refreshed (e.g., on a packet reception)
|
2009-05-04 11:23:30 +00:00 |
|
adamdunkels
|
21e0900d18
|
Made constant addresses const
|
2009-03-23 16:22:02 +00:00 |
|
adamdunkels
|
d99ca27820
|
Changed all occurences of u8_t and u16_t to uint8_t and uint16_t
|
2008-02-24 22:05:27 +00:00 |
|
adamdunkels
|
40d6216ec9
|
Added API for reading the routing table
|
2008-01-08 07:58:23 +00:00 |
|
oliverschmidt
|
00d75c8d16
|
Made use of uip_ipaddr_to_quad().
|
2008-01-04 23:28:33 +00:00 |
|
adamdunkels
|
3033b86753
|
Made the number of routing table entries configurable
|
2007-12-17 09:20:16 +00:00 |
|
adamdunkels
|
758411d06d
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
|
adamdunkels
|
1fd6e1bef9
|
Increased default route lifetime to 60 seconds. Routes are now refreshed every time they are looked up.
|
2007-11-28 20:00:57 +00:00 |
|
adamdunkels
|
0650a014b5
|
Documentation updates
|
2007-03-31 18:31:27 +00:00 |
|
adamdunkels
|
f3872aac48
|
Make route lifetime dynamically configurable
|
2007-03-25 12:03:59 +00:00 |
|
oliverschmidt
|
0ded7a166e
|
Added stdio.h for printf.
|
2007-03-24 13:57:04 +00:00 |
|
oliverschmidt
|
41d6a76019
|
Make consistent presumptions about inlcude paths.
|
2007-03-24 13:42:25 +00:00 |
|
adamdunkels
|
5af2430f95
|
Added automatic timeouts
|
2007-03-22 17:34:43 +00:00 |
|
adamdunkels
|
cc60843e8b
|
New Rime module: mesh, a mesh routing protocol
|
2007-03-15 19:52:51 +00:00 |
|