mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
75514e30b8
- removed net_msg_FUNCTION ID Handling in favor of function commands [sys net destiny] - added TCP Connect Timeout and retry handling
16 lines
206 B
C
16 lines
206 B
C
/*
|
|
* destiny.h
|
|
*
|
|
* Created on: 03.09.2011
|
|
* Author: Oliver
|
|
*/
|
|
|
|
#ifndef DESTINY_H_
|
|
#define DESTINY_H_
|
|
|
|
void init_transport_layer(void);
|
|
|
|
int tcp_timer_pid;
|
|
|
|
#endif /* DESTINY_H_ */
|