Searched refs:SERVER_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/samples/ |
D | demo_netxduo_http.c | 63 #define SERVER_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro 123 status = nx_packet_pool_create(&server_pool, "HTTP Server Packet Pool", SERVER_PACKET_SIZE, in tx_application_define() 124 pointer, SERVER_PACKET_SIZE*4); in tx_application_define() 126 pointer = pointer + SERVER_PACKET_SIZE * 4; in tx_application_define() 208 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", SERVER_PACKET_SIZE, in tx_application_define() 209 pointer, SERVER_PACKET_SIZE*4); in tx_application_define() 211 pointer = pointer + SERVER_PACKET_SIZE * 4; in tx_application_define()
|
D | demo_netxduo_https.c | 48 #define SERVER_PACKET_SIZE (NX_WEB_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro 403 status = nx_packet_pool_create(&server_pool, "HTTP Server Packet Pool", SERVER_PACKET_SIZE, in tx_application_define() 404 pointer, SERVER_PACKET_SIZE*16); in tx_application_define() 405 pointer = pointer + SERVER_PACKET_SIZE * 16; in tx_application_define()
|