Home
last modified time | relevance | path

Searched refs:bufSiz (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_007.cpp145 const int bufSiz = 0x1400000; // 20M in TcpTest() local
146 void *buf = malloc(bufSiz); in TcpTest()
151 ret = memset_s(buf, bufSiz, 0, bufSiz); in TcpTest()
153 ret = send(lsfd, buf, bufSiz, 0); in TcpTest()

Completed in 1 milliseconds