Home
last modified time | relevance | path

Searched refs:backlog (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c102 int backlog = 5; in CommInitTcpServer() local
103 ret = listen(srvFd, backlog); in CommInitTcpServer()
/test/xts/acts/communication_lite/lwip_posix/src/
DActsLwipTest.cpp80 int backlog = 5; in CommInitTcpServer() local
81 ret = listen(srvFd, backlog); in CommInitTcpServer()