v1.2.0
Added bind to basic_socket to allow clients to bind to specific interface
- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing
Added async_write based on nonblocking_write
Added support of snd/rcv buf options for socket
IPv6 support fix on Windows closing #106
Merged 2237 from trunk closing #84 65535 limit for concurrent fd
Various fixes for NetBSD: enabled kevent support, workaround of pthreads shared RW lock
- Fixed use of uninitialized value - Small optimization of randomization
Improved event handling to reduce memory allocations and copying
Added incorrect async connect error handling, added test