summaryrefslogtreecommitdiff
path: root/source4/echo_server/echo_server.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-5/+5
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett
2011-03-19source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij1-0/+2
2010-12-09s4: Implement UDP echo server exampleKai Blin1-0/+345
This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4.