X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnet%2F_info;h=9ce0e150dfe3b53f26bc2c293497b6cf4e10e20d;hp=a9c57206af368f1c7964fe50e0b41301738dcf99;hb=6abc867fce8c3eba40eb26092d31e34b47dd9165;hpb=708b846815c758645cf19f905513c67f7a024491 diff --git a/ccan/net/_info b/ccan/net/_info index a9c57206..9ce0e150 100644 --- a/ccan/net/_info +++ b/ccan/net/_info @@ -2,9 +2,11 @@ #include "config.h" /** - * 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 *