diff options
author | Luke Leighton <lkcl@samba.org> | 1999-12-04 00:49:13 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-12-04 00:49:13 +0000 |
commit | 06390e792cd8aa57a91c3a3d1d267fd1bcdc17a1 (patch) | |
tree | 93c96dd41b7f229167489a58e7eb74bf7121d6f9 /source/include/smb.h | |
parent | e9e5a34de8e8f9a69e817aceb8c16284334d4642 (diff) | |
download | samba-06390e792cd8aa57a91c3a3d1d267fd1bcdc17a1.tar.gz samba-06390e792cd8aa57a91c3a3d1d267fd1bcdc17a1.tar.xz samba-06390e792cd8aa57a91c3a3d1d267fd1bcdc17a1.zip |
argh! you wouldn't believe what i had to do: use the mid (multiplex id)
to redirect multiple socket-based connnections onto a single client state.
argh!
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 17da44e75bb..5e6731e167b 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -1743,6 +1743,8 @@ struct field_info #define AGENT_CMD_CON 0 #define AGENT_CMD_CON_REUSE 1 +#define MAX_MAX_MUX_LIMIT 16 + #endif /* _SMB_H */ /* _SMB_H */ |