diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 12:52:35 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2013-10-02 12:52:35 -0700 |
| commit | 7176f1464710fd809af92ae3c2fcf9412eda9ace (patch) | |
| tree | 10c6a89f04fbf6a29c5e64530a12a74e960fcd37 /xrdp/xrdp_types.h | |
| parent | 97473e4f66e30ba75f0069a01f392760b6a17075 (diff) | |
| download | xrdp-proprietary-7176f1464710fd809af92ae3c2fcf9412eda9ace.tar.gz xrdp-proprietary-7176f1464710fd809af92ae3c2fcf9412eda9ace.zip | |
added options to set tcp send and recv buffer sizes
Diffstat (limited to 'xrdp/xrdp_types.h')
| -rw-r--r-- | xrdp/xrdp_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index cd71c342..3811b16b 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -489,4 +489,6 @@ struct xrdp_startup_params int help; int version; int fork; + int send_buffer_bytes; + int recv_buffer_bytes; }; |
