X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fnet%2F_info;h=5ac83f95cec1763d27490512c4cfa98d1bf594a9;hb=5c345a1e1044f78709621857224f503f985dc5b0;hp=845458c0eb0e2e4e5b09a161ccf54e1ffdab2bab;hpb=7274405006c44e8af664c5ac7aa8b1e523d9a7be;p=ccan diff --git a/ccan/net/_info b/ccan/net/_info index 845458c0..5ac83f95 100644 --- a/ccan/net/_info +++ b/ccan/net/_info @@ -1,10 +1,13 @@ -#include #include "config.h" +#include +#include /** - * net - simple IPv4/IPv6 client library + * net - simple IPv4/IPv6 socket library * - * This code makes it simple to support IPv4 and IPv6 without speed penalty. + * This code makes it simple to support IPv4 and IPv6 without speed penalty + * in clients by using non-blocking simultaneous connect, and using + * a convenience function to create both IPv4 and IPv6 sockets for servers. * * License: MIT *