CONNECTION_LIMIT_UNLIMITED is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDCONNECTION_LIMIT_UNLIMITED

CONNECTION_LIMIT_UNLIMITED macro

Syntax

#define CONNECTION_LIMIT_UNLIMITED (-1)

References

LocationText
server.h:34
#define CONNECTION_LIMIT_UNLIMITED (-1)
arm_tpiu_swo.c:731
CONNECTION_LIMIT_UNLIMITED, priv);
rtt_server.c:148
ret = add_service(&rtt_service_driver, CMD_ARGV[0], CONNECTION_LIMIT_UNLIMITED, service);
server.c:150
if (service->max_connections != CONNECTION_LIMIT_UNLIMITED)
server.c:178
if (service->max_connections != CONNECTION_LIMIT_UNLIMITED)
target.c:5338
target->gdb_max_connections = (w < 0) ? CONNECTION_LIMIT_UNLIMITED : (int)w;
tcl_server.c:284
return add_service(&tcl_service_driver, tcl_port, CONNECTION_LIMIT_UNLIMITED, NULL);
telnet_server.c:959
int ret = add_service(&telnet_service_driver, telnet_port, CONNECTION_LIMIT_UNLIMITED,