]> git.ozlabs.org Git - ccan/blobdiff - ccan/net/_info
endian: add constant versions.
[ccan] / ccan / net / _info
index a9c57206af368f1c7964fe50e0b41301738dcf99..9ce0e150dfe3b53f26bc2c293497b6cf4e10e20d 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
  *