Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Python 中通过 UDP 在 Linux 上记录数据。一切似乎都正常,我没有丢失任何数据包。一段时间后,我将丢弃一个数据包,然后它开始丢弃更多数据包。我知道 UDP 是有损的,但有什么我可以做的可能有帮助的吗?
此命令将增加用于读取数据的缓冲区:
sudo sysctl -w net.core.rmem_max=2097152
它对我有用