Oliver
1465da2e84
[projects tlayer]
...
- Added: Close_TCP, TCP_Performance test, UDP_Performance test
[sys net destiny]
- bugfixes
- Added: Simultaneous close, Memory protection for tcp timer thread
[sys net sixlowpan]
- Added: separate sending buffer (just a HACK workaround!)
2012-01-30 22:44:38 +01:00
Eric Engel
445fb4450f
Corrected Jamfiles, no more direct call of rpl functions from sixlowip
2012-01-26 20:26:55 +01:00
Oliver
f92299c523
[sys net destiny]
...
- changed architecture to tcp control block struct
2012-01-25 03:38:22 +01:00
Oliver
75514e30b8
[sys net net_help]
...
- removed net_msg_FUNCTION ID Handling in favor of function commands
[sys net destiny]
- added TCP Connect Timeout and retry handling
2012-01-24 03:19:11 +01:00
Eric Engel
f54436afd7
fixed wrong flag value
2012-01-19 17:46:07 +01:00
Eric Engel
f3ec877def
added incomplete rpl
2012-01-19 17:37:48 +01:00
Oliver Hahm
59a46e0e88
Merge branch 'sixlowpan'
...
Conflicts:
cpu/arm_common/hwtimer_cpu.c
sys/include/vtimer.h
sys/vtimer.c
2012-01-11 17:02:43 +01:00
Oliver
11fecd089e
- Added dynamic 6LoWPAN fragment buffer for reassembly of multiple
...
fragments at the same time
- Introduced thread message wrappers for identifying the correct
function
- Several bugfixes
2011-12-26 02:59:58 +01:00
Oliver
ae7d26382e
NEW features: recv(); for TCP, TCP ACKs for data, introduced
...
net_msg_*() helper functions,
fixed lots of bugs
2011-11-25 01:31:54 +01:00
Oliver
7d1f607f0f
Socket API: Code cleanup, small bugfixes
2011-11-02 02:55:38 +01:00
Oliver
c1b2b10a06
UDP bug fixes: after using TCP connection, socket was not deleted
...
properly
2011-11-01 21:04:28 +01:00
Oliver
fecb514293
Major bug fixes in TCP socket API and TCP packet handler.
2011-11-01 05:47:28 +01:00
Oliver
9e20944fde
new socket API functions, added TCP Handler, introduced global network
...
helper, increased stack sizes of network threads
2011-10-13 04:31:07 +02:00
Oliver Gesch
d9ff08b23a
new, DESTiny: UDP Transport Layer and UDP part of Socket API
2011-09-28 16:29:01 +02:00
mlenders
8be561e869
* implemented rudimentary ICMPv6 handling for border router
2011-07-26 13:41:40 +02:00
mlenders
9521142842
merged
2011-07-10 22:49:41 +02:00
mlenders
f298c74c44
[sys/net/sixlowpan/sixlowip.c]
...
* avoid duplicate attachement of IPv6 addresses to the interface
2011-07-09 19:08:27 +02:00
mlenders
4cc623b0dc
[sys/net/sixlowpan/sixlowip.*]
...
* added function to check if Next-Header-Type is known
2011-07-05 03:43:29 +02:00
mlenders
1cc8cf4c5a
[sys/net/sixlowpan/sixlownd.c]
...
* fixed segfault bug by dirty hacking
2011-06-24 02:44:36 +02:00
mlenders
e1309891ea
[sys/net/sixlowpan/sixlowip.h sys/net/sixlowpan/sixlowip.c]
...
* made buffer extern
2011-06-24 02:31:55 +02:00
mlenders
a4f673ec96
* added loopback and all nodes multicast address automatically to interface according to RFC 2581
2011-06-22 19:19:37 +02:00
mlenders
8de7bd7662
[sys/net/sixlowpan/sixlowip.c]
...
* Check for unspecified address by the appropriate function
2011-06-22 18:46:17 +02:00
mlenders
2f6eccb5bf
[sys/net/sixlowpan/sixlowip.c]
...
* fixed pointer error
2011-06-22 15:19:20 +02:00
mlenders
a2d7628a73
[sys/net/sixlowpan/sixlowip.h sys/net/sixlowpan/sixlowip.c]
...
* added capability to initiate a node as router
* added capability to check if a node is initiated as router
2011-06-22 12:34:32 +02:00
mlenders
6d074b4a29
[sys/net/sixlowpan/sixlowip.c]
...
* added failsafe if someone tries to add address :: to an interface (not allowed according [RFC 4291])
* automatically add address to corresponding solicitaded nodes multicast address [RFC 4291]
2011-06-22 12:08:45 +02:00
mlenders
fe464025c1
[sys/net/sixlowpan/sixlowip.h sys/net/sixlowpan/sixlowip.c]
...
* added loopback address generation features
2011-06-22 11:58:54 +02:00
mlenders
2c20f8fafd
handled some warnings
...
[sys/net/sixlowpan/sixlowip.c]
* pointer in ipv6_process() for PROTO_NUM_NONE out-commented
* val = 0 as initial value
[sys/net/sixlowpan/sixlowmac.c]
* included and initialized hwtimer
[sys/net/sixlowpan/sixlownd.c sys/net/sixlowpan/sixlownd.h]
* initialized abro_version in recv_rtr_adv()
* ARO state according to draft-6lowpan-hc-16
2011-06-22 11:49:29 +02:00
mlenders
6263e59867
[sys/net/sixlowpan/sixlowip.c sys/net/sixlowpan/sixlowpan.c]
...
* Initialisation of iface_addr_list_count to sixlowip.c according to header files
2011-06-22 10:45:19 +02:00
Stephan Zeisberg
dcf45b08a7
global buffer is now thread safe, ns compression bug solved
2011-05-16 14:26:42 +02:00
Stephan Zeisberg
eff15fa054
fixed some reassembling bugs
2011-02-22 13:19:16 +01:00
Stephan Zeisberg
8b4bccde36
added: icmp 135,136 / iphc header encoding/decoding
2011-01-24 22:41:32 +01:00
Stephan Zeisberg
0440c19f6b
added some neigbor discovery options to icmp message functions
2011-01-18 11:02:48 +01:00
Stephan Zeisberg
2ddc48de4e
reprogrammed address handling and created address interface structure
2011-01-07 23:38:42 +01:00
Stephan Zeisberg
5e26d199cc
fragmentation and reassambly works now and cleaned up tons of warnings
2011-01-07 13:02:27 +01:00
Stephan Zeisberg
52b1bc9276
implemented internet checksum algorithm
2010-11-30 10:21:29 +01:00
Stephan Zeisberg
20ce94fd61
functions to get buffer pos implemented
2010-11-22 12:52:56 +01:00
Stephan Zeisberg
5ab4ca3768
renamed defines
2010-11-09 22:20:26 +01:00
Stephan Zeisberg
40d2125870
reordered functions for better layering
2010-10-19 23:06:40 +02:00
Stephan Zeisberg
864f02ec4d
created sixlowip.c file
2010-10-17 16:02:47 +02:00
Stephan Zeisberg
e118393cc2
send router solicitation method inserted
2010-10-12 21:42:03 +02:00