|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <device.h>#include <ethloop.h>#include <ipv4.h>#include <interrupt.h>#include <memory.h>#include <network.h>#include <snoop.h>#include <stdio.h>#include <stdlib.h>#include <testsuite.h>#include <thread.h>#include <udp.h>Functions | |
| thread | test_udp (bool verbose) |
| thread test_udp | ( | bool | verbose | ) |
Tests UDP
1.8.5