summaryrefslogtreecommitdiff
path: root/source4/echo_server
AgeCommit message (Collapse)AuthorFilesLines
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
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 Blin3-0/+387
This is a simple UDP-based echo server. It is mainly intended as an example on how to do server service tasks in s4.