Displaying 2 results from an estimated 2 matches for "max_mux".
Did you mean:
max_mpx
1999 Jul 06
0
VERY SERIOUS smbclient problems w/samba 2.0.* (PR#18263)
...==
RCS file: /data/cvs/samba/source/libsmb/clientgen.c,v
retrieving revision 1.88.2.18
diff -u -r1.88.2.18 clientgen.c
--- clientgen.c 1999/06/13 04:43:16 1.88.2.18
+++ clientgen.c 1999/07/06 21:12:27
@@ -1399,7 +1399,17 @@
int total = -1;
int issued=0;
int received=0;
- int mpx = MAX(cli->max_mux-1, 1);
+/*
+ * There is a problem in this code when mpx is more than one.
+ * for some reason files can get corrupted when being read.
+ * Until we understand this fully I am serializing reads (one
+ * read/one reply) for now. JRA.
+ */
+#if 0
+ int mpx = MAX(cli->max_mux-1, 1);
+#else
+ int mp...
2003 Dec 01
0
No subject
...mb_name {..} calling, array[256] of char full_dest_host
_name, struct in_addr {..} dest_ip, struct pwd_info {..} pwd, array[8] of unsign
ed char cryptkey, unsigned int sesskey, int serverzone, unsigned int servertime,
int readbraw_supported, int writebraw_supported, int timeout, int max_xmit, int
max_mux, pointer to char outbuf, pointer to char inbuf, int bufsize, int initia
lised, int win95, unsigned int capabilities, pointer to struct {..} mem_ctx, un
signed int nt_error, unsigned short nt_pipe_fnum, array[16] of unsigned char ses
s_key, array[258] of unsigned char ntlmssp_hash, unsigned int ntl...