mirror of https://github.com/rusefi/openblt.git
Refs #53.
- Removed comment regarding TCP/IP connect retry configuration in Microboot becase this will be a default feature in the future. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@152 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
72a50e7b22
commit
c6125bed87
|
@ -143,10 +143,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
|
@ -143,10 +143,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
|
@ -143,10 +143,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
|
@ -184,10 +184,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
|
@ -184,10 +184,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
|
@ -184,10 +184,6 @@
|
|||
* when connected to the network via a router this can take several seconds. feel free to
|
||||
* shorten/lengthen this time for finetuning. the only downside of a long backdoor open
|
||||
* time is that the starting of the user program will also be delayed for this time.
|
||||
*
|
||||
* Also note that when the target is directly connected to the ethernet port of a PC,
|
||||
* the checkbox "Automatically retry socket connection" should be checked in the
|
||||
* Microboot settings. if connecting via a router the uncheck this checkbox.
|
||||
*/
|
||||
#define BACKDOOR_ENTRY_TIMEOUT_MS (10000)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue