aboutsummaryrefslogtreecommitdiff
path: root/examples/tcp.client
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Make udp sockets usefulSteve Bennett1-0/+9
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>