/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 417 Use this option to enable persistent settings debug logs. 480 are actually written into persistent storage (flash) after 487 updated in persistent storage (i.e. flash). E.g. a value of 100 501 persistent storage after a change occurs. If the node receives
|
/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.
|
/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 */ \
|
H A D | httpd.c | 579 /* ensure nagle is normally enabled (only disabled for persistent connections in http_write() 657 /* HTTP/1.1 persistent connection? (Not supported for SSI) */ in http_eof() 2064 would always be persistent unless "close" was specified. */
|
/nrf52832-nimble/rt-thread/components/net/uip/ |
H A D | uip-1.0-changelog.txt | 16 * Added TCP persistent timer.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 61 The meshctl utility maintains a persistent JSON database containing
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 86 The meshctl utility maintains a persistent JSON database containing
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipv6cp.c | 234 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent, 235 "Use uniquely-available persistent value for link local address", 1 }, 1075 * Persistent link-local id is only used when user has not explicitly 1082 * may be other ways to obtain a persistent id. Right now, it 1086 * yet persistent number. On Sparc platforms, this is possible,
|
H A D | pppoe.c | 106 #define PPPOE_SLOW_RETRY (60*1000) /* persistent retry interval */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ipv6cp.c | 234 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent, 235 "Use uniquely-available persistent value for link local address", 1 }, 1075 * Persistent link-local id is only used when user has not explicitly 1082 * may be other ways to obtain a persistent id. Right now, it 1086 * yet persistent number. On Sparc platforms, this is possible,
|
H A D | pppoe.c | 106 #define PPPOE_SLOW_RETRY (60*1000) /* persistent retry interval */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ipv6cp.h | 172 unsigned int use_persistent :1; /* use uniquely persistent value for address */
|
H A D | pppol2tp.h | 48 #define PPPOL2TP_SLOW_RETRY (60*1000) /* persistent retry interval */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipv6cp.h | 168 unsigned int use_persistent :1; /* use uniquely persistent value for address */
|
H A D | pppol2tp.h | 44 #define PPPOL2TP_SLOW_RETRY (60*1000) /* persistent retry interval */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/ |
H A D | makefsdata.c | 887 /* Content-Length is used for persistent connections in HTTP/1.1 but also for in file_write_http_header() 950 /* HTTP/1.1 implements persistent connections */ in file_write_http_header() 955 /* no Content-Length available, so a persistent connection is no possible in file_write_http_header()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd_opts.h | 175 /** Set this to 1 to enable HTTP/1.1 persistent connections.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | access.h | 326 /* Internal information, mainly for persistent storage */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 1105 /* Content-Length is used for persistent connections in HTTP/1.1 but also for in file_write_http_header() 1168 /* HTTP/1.1 implements persistent connections */ in file_write_http_header() 1173 /* no Content-Length available, so a persistent connection is no possible in file_write_http_header()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/ |
H A D | httpd.c | 565 /* ensure nagle is normally enabled (only disabled for persistent connections in http_write() 643 /* HTTP/1.1 persistent connection? (Not supported for SSI) */ in http_eof() 2011 would always be persistent unless "close" was specified. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp_oe.c | 100 #define PPPOE_SLOW_RETRY (60*1000) /* persistent retry interval */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 388 - fix "an inflate input buffer bug that shows up on rare but persistent
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_out.c | 1072 /* Check if we need to start the persistent timer when the next unsent segment in tcp_output()
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip.c | 1625 "persistent timer" and uses the retransmission mechanim. in uip_process()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_out.c | 1306 /* We need to start the persistent timer when the next unsent segment does not fit in tcp_output()
|