epics-modules / asyn

EPICS module for driver and device support
http://epics-modules.github.io/asyn/
Other
37 stars 75 forks source link

drvAsynIPPort calls `recv()` even when `poll()` returns a timeout #174

Open ericonr opened 1 year ago

ericonr commented 1 year ago

This is a very slight loss in efficiency, but seems to simplify the code for the case where the host system does not support poll(). Mostly wanted to confirm my understanding of it.

From https://epics.anl.gov/tech-talk/2023/msg00466.php