1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ is

too small these days.
This commit is contained in:
David Shaw 2009-05-28 03:24:54 +00:00
parent c428284788
commit fb866ea151
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2009-05-27 David Shaw <dshaw@jabberwocky.com>
* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ
is too small these days.
2009-05-22 Werner Koch <wk@g10code.com>
* ttyio.c (tty_cleanup_after_signal): New.