]> git.ozlabs.org Git - ccan/blobdiff - ccan/net/_info
net: add async operation helpers.
[ccan] / ccan / net / _info
index 845458c0eb0e2e4e5b09a161ccf54e1ffdab2bab..b4b219fd3599094a7195e9c1a83c24bc79a8c28f 100644 (file)
@@ -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
  *