nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
233 stars 93 forks source link

Connection timeout for SessionInfo #21

Closed atimin closed 4 years ago

atimin commented 4 years ago

Is your feature request related to a problem? Please describe.

The current implementation doesn't have timeout for TCP\IP connection. It causes very long dealys if the IP address is not available.

Describe the solution you'd like

Implement connection timeout like this: http://developerweb.net/viewtopic.php?id=3196