Setting network sharing I would like to share with you some thoughts on this setting. ------------------------------------------------------------------------ # Downtime main stream connection processing, read/write operations SelectorSleepTime = 3 # Delay before installation for action InterestDelay = 30 # The maximum number of packets to send in a single pass MaxSendPerPass = 32 ------------------------------------------------------------------------- This is the default setting,But it's closely related to server hardware configuration. Under normal network conditions If your CPU frequency is not high... Flexibility is needed to adjust this setting. SelectorSleepTime = 1 InterestDelay = 1 MaxSendPerPass = 32 Adjusted client is smoother. Delayed packet loss is more serious if default settings are used. MaxSendPerPass Modifying this item involves too much caution. If you want to know more, I recommend checking the source code.(Source-Zaken l2s)
The final test, I think, was a kernel error. Or I get a program that compiles incorrectly I still have problems configuring more advanced hardware.