mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
bb580d1c4f
- fixed a bug where the tcp retransmit timer triggered even before beeing ready to receive an ACK - fixed a bug where MSS option was added by mistake because checking for the appropriate flag was broken
16 lines
204 B
C
16 lines
204 B
C
/*
|
|
* destiny.h
|
|
*
|
|
* Created on: 03.09.2011
|
|
* Author: Oliver
|
|
*/
|
|
|
|
#ifndef DESTINY_H_
|
|
#define DESTINY_H_
|
|
|
|
//#define TCP_HC
|
|
|
|
void init_transport_layer(void);
|
|
|
|
#endif /* DESTINY_H_ */
|