diff options
author | Martin Hunt <hunt@redhat.com> | 2001-12-18 18:54:18 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2001-12-18 18:54:18 +0000 |
commit | 67a59bc02d4e7bd331e648efcf1d5a09fe048c56 (patch) | |
tree | f7a7589e3ee71fced1793f90626adb8fff812c23 /gdb/ChangeLog | |
parent | f0b79d91cbbaf7e2fc4441aee9b7a1527a18f078 (diff) | |
download | gdb-67a59bc02d4e7bd331e648efcf1d5a09fe048c56.zip gdb-67a59bc02d4e7bd331e648efcf1d5a09fe048c56.tar.gz gdb-67a59bc02d4e7bd331e648efcf1d5a09fe048c56.tar.bz2 |
2001-12-18 Martin M. Hunt <hunt@redhat.com>
* ser-tcp.c (tcp_open): Disable Nagle algorithm which
improves performance in some cases.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32a404d..e51664c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-12-18 Martin M. Hunt <hunt@redhat.com> + + * ser-tcp.c (tcp_open): Disable Nagle algorithm which + improves performance in some cases. + 2001-12-17 Ben Harris <bjh21@netbsd.org> * armbsd-nat.c: Remove file, renamed to armnbsd-nat.c. |