LwIP + 0/16 examples
CodeScope will show references to DEFAULT_ACCEPTMBOX_SIZE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

DEFAULT_ACCEPTMBOX_SIZE macro

DEFAULT_ACCEPTMBOX_SIZE: The mailbox size for the incoming connections. The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when the acceptmbox is created.

Syntax

#define DEFAULT_ACCEPTMBOX_SIZE 0

Examples

DEFAULT_ACCEPTMBOX_SIZE is referenced by 16 libraries and example projects.

References

LocationText
opt.h:1869
#define DEFAULT_ACCEPTMBOX_SIZE 0
api_msg.c:1493
err = sys_mbox_new(&msg->conn->acceptmbox, DEFAULT_ACCEPTMBOX_SIZE);
opt.h:1868
#if !defined DEFAULT_ACCEPTMBOX_SIZE || defined __DOXYGEN__