Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: core/uip/NyLPC_uip.h
- Revision:
- 63:157ee3202edb
- Parent:
- 57:bc4330dfa62f
- Child:
- 69:8c5f220441f5
--- a/core/uip/NyLPC_uip.h Thu Oct 03 04:53:11 2013 +0000 +++ b/core/uip/NyLPC_uip.h Fri Oct 18 12:40:09 2013 +0000 @@ -155,21 +155,7 @@ */ #define UIP_MAXRTX 8 -/** - * The maximum number of times a SYN segment should be retransmitted - * before a connection request should be deemed to have been - * unsuccessful. - * - * This should not need to be changed. - */ -#define UIP_MAXSYNRTX 5 -/** - * How long a connection should stay in the TIME_WAIT state. - * - * This configiration option has no real implication, and it should be - * left untouched. - */ -#define UIP_TIME_WAIT_TIMEOUT 120 +
