aboutsummaryrefslogtreecommitdiff
path: root/examples/udp.server
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Add basic ipv6 support to JimSteve Bennett1-1/+1
Use -ipv6 to signify that ipv6 should be used Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Make udp sockets usefulSteve Bennett1-0/+25
Separate socket types: udp client and udp server Allow client sockets to 'connect' to an address Allow server sockets to 'bind' to an address Add support for 'sendto' and 'recvfrom' Add socket client and server examples Document new udp sockets Signed-off-by: Steve Bennett <steveb@workware.net.au>