简体   繁体   中英

inspect outgoing packets and delay them, with jpcap

I can read the content of the packets, but I don't know how to delay them.

(I am not fluent in English.)

Packet capture doesn't allow you to prevent a packet being sent. It is for monitoring only. If you want to delay a packet you need a device eg a multi-homed PC, to sit between your system and rest of the network. This can be used to capture on one network interface and copy packets to a second interface with what ever delay you want.

If you want to do this in software you can create a TCP proxy server and have your software connect to it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM