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.
我正在实现一个设置,在该设置中,我在基于 UDP 的视频流中接收重复的数据报。我注意到在第 3 层 (IP) 中有一个名为Identification的标头字段,我可以使用它来检测重复的帧。问题是重复的帧到达 TCP/IP(应用层)堆栈的顶部,从而与流媒体产生冲突。
现在我的问题是,¿如何使用 linux 通过检测标识字段中的重复项直到到达应用层来丢弃接收站中的数据报?