/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_stop.c | 64 * If there are no open connections, signals completion of the close procedure. 74 /* No open connections. Signal completion of the stop procedure. */ in ble_hs_stop_terminate_next_conn() 93 * one. All additional connections are terminated elsewhere in the GAP event 96 * If there are no connections, signals completion of the stop procedure. 108 * If there are no connections, signals completion of the stop procedure. 205 /* Schedule termination of all open connections in the host task. This is in ble_hs_stop() 206 * done even if there are no open connections so that the result of the in ble_hs_stop()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_os_test.c | 135 /* Make sure there are no created connections and no connections in in ble_gap_direct_connect_test_task_handler() 212 /* Make sure there are no created connections and no connections in in ble_os_disc_test_task_handler() 301 /* Make sure there are no created connections and no connections in in ble_gap_terminate_test_task_handler() 307 /* Create two direct connections. */ in ble_gap_terminate_test_task_handler()
|
H A D | ble_hs_conn_test.c | 51 /* Ensure no current or pending connections. */ in TEST_CASE() 103 /* Ensure no current or pending connections. */ in TEST_CASE() 162 /* Ensure no current or pending connections. */ in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 111 # Data length management definitions for connections. These define the 136 connections. Each slot is 1.25 msecs long. Note that a connection event may 157 Forces the scheduler on a central to schedule connections in fixed 159 to do this. If set to 1, the scheduler will only schedule connections at 167 will be equal to the number of connections plus this number.
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/ |
H A D | tcp.shtml | 2 <h1>Current connections</h1><br><table width="100%"> 4 %! tcp-connections
|
H A D | header.html | 14 connections</a></div>
|
H A D | index.html | 14 connections</a></div>
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_sched.h | 88 * connections are normally scheduled. With strict connection scheduling we 92 * an epoch. The length of an epoch is determined by the number of connections 93 * (BLE_MAX_CONNECTIONS plus BLE_LL_ADD_STRICT_SCHED_PERIODS). Connections 115 * -> for now, only do this with no more than 32 connections.
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 111 connections. Since there are only very few applications that make use 203 performance degradation, but only when multiple connections are 224 simultaneous connections. A device that will be sending large e-mails 230 simultaneous connections. 266 network services to different ports and connections. Because the 381 \subsubsection closing Closing Connections 410 the application to close connections that have been idle for too 427 \subsubsection connect Opening Connections 429 New connections can be opened from within 476 listens for incoming connections on port 1234. When a connection has [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 96 instead of TCP connections or UDP packets. 129 The functions used for setting up connections is similar to that of 133 incoming connections or be explicitly connected to another host. 152 Commands a pcb to start listening for incoming connections. When an 170 Same as tcp_listen, but limits the number of outstanding connections 275 timer for killing connections that have stayed idle for too long, or 292 --- Closing and aborting connections
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 99 The functions used for setting up connections is similar to that of 103 incoming connections or be explicitly connected to another host. 122 Commands a pcb to start listening for incoming connections. When an 140 Same as tcp_listen, but limits the number of outstanding connections 148 housekeeping tasks, such as allowing further incoming connections to be 254 timer for killing connections that have stayed idle for too long, or 271 --- Closing and aborting connections
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uipopt.h | 199 * The maximum amount of concurrent UDP connections. 224 * Determines if support for opening connections from uIP should be 228 * do not need to open outgoing TCP connections, this configration 236 * The maximum number of simultaneously open TCP connections. 238 * Since the TCP connections are statically allocated, turning this 342 * have many connections from the local network.
|
H A D | uip.c | 173 connections. */ 1107 /* Demultiplex this UDP packet between the UDP "connections". */ in uip_process() 1194 /* First check any active connections. */ in uip_process() 1214 /* Next, check listening connections. */ in uip_process() 1279 /* First we check if there are any connections avaliable. Unused in uip_process() 1280 connections are kept in the same table as used connections, but in uip_process() 1281 unused ones have the tcpstate set to CLOSED. Also, connections in in uip_process() 1283 CLOSED connections are found. Thanks to Eddie C. Dost for a very in uip_process() 1300 /* All connections are used already, we drop packet and hope that in uip_process() 1302 have more spare connections. */ in uip_process() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp.c | 17 * The functions used for setting up connections is similar to that of 21 * incoming connections or be explicitly connected to another host. 53 * timer for killing connections that have stayed idle for too long, or 60 * Closing and aborting connections 285 * the number of outstanding connections is increased until 309 * the number of outstanding connections after calling tcp_backlog_delayed(). 792 * is able to accept incoming connections. The protocol control block 810 * The backlog limits the number of outstanding connections 815 * @param backlog the incoming connections queue limit 832 * is able to accept incoming connections. The protocol control block [all …]
|
/nrf52832-nimble/rt-thread/examples/network/ |
H A D | chargen.c | 39 * chargen task. This server will wait for connections on well 52 /* First acquire our socket for listening for connections */ in chargen_thread() 68 /* Wait forever for network input: This could be connections or data */ in chargen_thread()
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 13 - 安全管理(SM),支持传统配对(LE Legacy Pairing),安全连接(LE Secure Connections),特定秘钥分发(Transport Specific Key Dist… 134 (1) Maximum number of concurrent connections
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd_opts.h | 91 * A downside of the current SSI implementation is that persistent connections 93 * relies on the Content-Length header for persistent connections). 243 /** Set this to 1 to enable HTTP/1.1 persistent connections. 308 * ATTENTION: This puts all connections on a linked list, so may be kind of slow.
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | main.html | 38 …ng mechanism and dynamically configurable type-of-service bits for TCP connections. Since there ar… 56 …opped. This will cause performance degradation, but only when multiple connections are running in … 58 …connections. A device that will be sending large e-mails while at the same time running a web serv… 66 …to deal with mapping different network services to different ports and connections. Because the ap… 82 Closing Connections</a></h4> 89 … know that a connection is idle, which allows the application to close connections that have been … 93 Opening Connections</a></h4> 94 New connections can be opened from within uIP by the function <a class="el" href="a00147.html#g8096… 114 … shows a very simple application. The application listens for incoming connections on port 1234. W… 129 …lar to the first application in that it listens to a port for incoming connections and responds to… [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 119 description: 'Security manager secure connections (4.2).' 182 simultaneously. Devices with many concurrent connections may need 429 connections.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 16 * TCP only kills existing connections with a LOWER priority than the one currently being opened. 17 Previous implementations also kill existing connections of the SAME priority. 270 existing connections when assigning a routable address)
|
H A D | CHANGELOG | 46 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED 59 * TCP: kill existing connections with a LOWER priority than the one currently being opened. 60 Previous implementations also kill existing connections of the SAME priority. 102 of TLS or proxy connections 508 * netif.h, slipif.c, ppp.c: Removed unused netif flag for point to point connections 512 connections half-closed by peer" 515 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections 724 aborted connections): netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED) 725 for aborted connections, ERR_CLSD (sockets: EINVAL) if the listening netconn 845 * netif.c, tcp.h/.c: fixed bug #44378 (TCP connections are not aborted on netif [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 13 Highlighted below are some of the ways you can use the API to establish connections and discover se… 108 Show established connections.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp.c | 204 * the number of outstanding connections is increased until 227 * the number of outstanding connections after calling tcp_backlog_delayed(). 646 * is able to accept incoming connections. The protocol control block 651 * @param backlog the incoming connections queue limit 667 * is able to accept incoming connections. The protocol control block 672 * @param backlog the incoming connections queue limit 1487 * Called from tcp_alloc() for LAST_ACK and CLOSING if no more connections are available. 1519 * Called from tcp_alloc() if no more connections are available. 1574 /* Try killing active connections with lower priority than the new one. */ in tcp_alloc() 1667 * If you want to listen to IPv4 and IPv6 (dual-stack) connections, [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | api.h | 153 …* connections, you need to know in advance whether a call to a netconn function call would block o… 227 /** mbox where new connections are stored until processed 242 (or connections to arrive for listening netconns) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | http_client.c | 41 * - persistent connections 95 "Connection: Close\r\n" /* we don't support persistent connections, yet */ \ 104 "Connection: Close\r\n" /* we don't support persistent connections, yet */ \ 113 "Connection: Close\r\n" /* we don't support persistent connections, yet */ \ 122 "Connection: Close\r\n" /* we don't support persistent connections, yet */ \
|