commit | 93f7fccaa60735509fd75ad22c8a97a8cd52f6bb | [log] [tgz] |
---|---|---|
author | John Hughes <john@Calva.COM> | Wed May 22 15:46:49 2002 +0000 |
committer | John Hughes <john@Calva.COM> | Wed May 22 15:46:49 2002 +0000 |
tree | 60491b2c87ffd35bf5654c541e57c18f7f2a30a1 | |
parent | d870b3c31a0139b335a66a829169bacc74624c44 [diff] [blame] |
improve {set,get}sockopt
diff --git a/ChangeLog b/ChangeLog index 3ff3466..6b47263 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,9 @@ +2002-05-22 John Hughes <john@calva.com> + + * net.c: Simplify {get,set}sockopt, decode SO_LINGER, cope with + options that are not just ints, cope with systems that don't + #define SOL_TCP and so on. + 2002-05-21 John Hughes <john@calva.com> * strace.c: Fix warning if POLL_HACK is used.