aboutsummaryrefslogtreecommitdiffstats
path: root/examples/udp-test-server.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13examples: add simple UDP client/serverMax1-0/+35
In addition to showing basic UDP send/receive example, it helps to test corner-case when dealing with 0-length UDP packets. Change-Id: I08c0adf1cf9b6a6f1f7090b237d0497c2ec13cdf Related: OS#2219