Use larger buffer for recving data to be compatible with older

versions of heimdal (0.4 branch specificly)


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14987 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-27 14:59:56 +00:00
parent 567783423e
commit 3f5ee7bce2

View File

@@ -160,6 +160,7 @@ extern des_cblock iv;
#endif
#define RSH_BUFSIZ (5 * 1024) /* MIT kcmd can't handle larger buffers */
#define RSHD_BUFSIZ (16 * 1024) /* Old maxize for Heimdal 0.4 rsh */
#define PATH_RSH BINDIR "/rsh"