pluto
pluto copied to clipboard
Enhancement | Bandwidth limiter for network plugin
Hi @srtvprateek,
This pr adds bandwidth / speed limit feature to the network plugin. The change includes setting up
- Upload speed / bandwidth limit - By throttling the output stream of socket
- Download speed / bandwidth limit - By throttling the input stream of socket
- Delay in DNS Resolution (happens when connection is opened once)
By introducing upload and download speed limits, as well as the ability to simulate delays in DNS resolution, this PR empowers users to recreate real-world network conditions.
hey @snehilrx , thanks for the contribution, but since we follow plugin architecture, the changes regarding the plugin should be encapsulated within the plugin itself.
Also see if the same settings can be used for other interceptors also.
- Can you also attach a video for the implementation?
DataBinding is in maintenance mode and Google is not recommend to use it.