1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Minix doesn't support getsockopt on UDP sockets or send/recv on TCP

sockets.
This commit is contained in:
Dan Fandrich 2007-09-05 17:22:23 +00:00
parent 6fd1cfeab1
commit 8780ff879c

View File

@ -6,6 +6,10 @@
Changelog
Dan F (5 September 2007)
- Minix doesn't support getsockopt on UDP sockets or send/recv on TCP
sockets.
Dan F (31 August 2007)
- Made some of the error strings returned by the *strerror functions more
generic, and more consistent with each other.