RIOT TCP Stack

Hi Sam,

My Name is Simon and i am the main developer for RIOTs TCP implementation.

The TCP implementation is part of my bachelor Thesis, the implementation is more like a proof of concept. I hope till end of january, that my pull request(https://github.com/RIOT-OS/RIOT/pull/2827 ) is able to exchange data between native.

The current version still lacks some features: - Adaptive retransmission time (currently a constant) - Protection of overflows in sequence number space - Processing of urgent pointers - Processing of pushed data - Integration into the RIOT new socket implementation. - Testing on hardware

As mentioned above, my implementation should be able to exchange data on native till end of january, you are more than welcome to test it on real hardware. The other missing features will be implemented after i finished my thesis.

Regards, Simon