jacobschaer / python-doipclient

Pure Python ISO 13400 Client
MIT License
151 stars 50 forks source link

TCP Window full issue #49

Open linjinyua opened 4 months ago

linjinyua commented 4 months ago

Hello all, I use this doipclient to send a Diagnostic request, this is a SID-36 request, which has 16364 bytes data payload. I use wireshark to capture TCP message. The wireshark remind the TCP Window is full. How can I solve this issue? Thanks! image