bincimap

Log | Files | Refs | LICENSE

commit efe551c1e6638668ff044e5f451cb4e093b08718
parent f169d065f506fb5548cbaae65437edcccfab5b36
Author: andreaha <andreaha@b31fe1f4-c0d1-0310-8000-a34f4ae90293>
Date:   Tue,  3 Feb 2004 06:38:37 +0000

- Increased the internal transfer buffer size to
  8192 bytes.


git-svn-id: file:///home/cwright/convert/bincimap/trunk@23 b31fe1f4-c0d1-0310-8000-a34f4ae90293

Diffstat:
Msrc/authenticate.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/authenticate.cc b/src/authenticate.cc @@ -347,7 +347,7 @@ int Binc::authenticate(Depot &depot, const string &username, } if (FD_ISSET(intercomr[0], &rtmp)) { - char buf[1024]; + char buf[8192]; int ret = read(intercomr[0], buf, sizeof(buf)); if (ret == 0) { // Main server has shut down