当前位置:网站首页>Xrdp 体验优化
Xrdp 体验优化
2022-08-02 14:14:00 【[email prote】
参考链接:
Default TCP send buffer size too low #1483
调整 Xrdp 配置参数
编辑 /etc/xrdp/xrdp.ini
tcp_send_buffer_bytes=4194304
tcp_recv_buffer_bytes=6291456
tcp_send_buffer_bytes
, tcp_recv_buffer_bytes
两个参数默认被注释了,注释默认值(32768),根据实际情况进行调整。
调整系统参数
临时生效
sudo sysctl -w net.core.rmem_max=12582912
sudo sysctl -w net.core.wmem_max=8388608
重启后保留
将以下内容写入配置文件 /etc/sysctl.conf
net.core.rmem_max = 12582912
net.core.wmem_max = 8388608
然后执行
sudo sysctl -p
重启 xrdp 服务生效
sudo systemctl restart xrdp
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wu_weijie/article/details/116158271
边栏推荐
猜你喜欢
光波导k域布局可视化(“神奇的圆环”)
【线程】 理解线程(并行)线程同步的处理(信号量,互斥锁,读写锁,条件变量)
px和em和rem的区别
CDH(computational Diffie-Hellman)问题以及与离散对数、DDH问题的区别
基类和派生类的关系【继承】/多态和虚函数/【继承和多态】抽象类和简单工厂
【网络安全】学习笔记 --02 安全通信协议
MMD->Unity一站式解决方案
Detailed introduction to the hierarchical method of binary tree creation
implement tcp bbr on ns3 (在ns3上实现TCP BBR)
光栅区域衍射级数和效率的规范
随机推荐
开源一个golang写的游戏服务器框架
Unity插件-NGUI
OpenPose 命令行说明
shader入门精要2
为什么Volatile能保证双重检查锁的线程安全
The relationship between base classes and derived classes [inheritance] / polymorphism and virtual functions / [inheritance and polymorphism] abstract classes and simple factories
深入理解Mysql索引底层数据结构与算法
Introduction to C language function parameter passing mode
Detailed explanation of MATLAB drawing function fplot
基类和派生类的关系【继承】/多态和虚函数/【继承和多态】抽象类和简单工厂
光栅区域衍射级数和效率的规范
2021-03-12
unity-shader(入门)
unity 和C# 一些官方优化资料
CDH (computational Diffie-Hellman) problem and its differences with discrete logarithm and DDH problems
tpproxy-tcp透明代理
Redis common interview questions
Qt | 读取文件内容并删除文件 QFile
C语言函数调用过程-汇编分析
flex布局