zephyr/tests/net/socket
Andy Ross e95db3a366 tests/net/socket/udp: Increase kernel heap size
On userspace platforms, this test needs a little bit of kernel heap.
The old mem_pool number was specified without metadata overhead
(i.e. it reflected 128 bytes of actual data available and the metadata
was stored silently somewhere else), where the new heap specifies the
size of the contiguous buffer in memory that stores both data and
chunk headers, etc...

Increase to 256 bytes.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-12-07 21:50:14 -05:00
..
af_packet tests: net: af_packet: Fix the test when run in fast hw 2020-09-03 10:59:11 +03:00
getaddrinfo tests: socket: getaddrinfo: Explicitly ignore return of sys_mutex_lock 2020-06-30 10:02:46 -04:00
getnameinfo
misc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_mgmt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
poll tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
register
select tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
socketpair tests: net: socketpair: use system instead of user work queue 2020-11-21 14:49:40 +02:00
tcp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
udp tests/net/socket/udp: Increase kernel heap size 2020-12-07 21:50:14 -05:00
websocket zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socket_helpers.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00