eez-open / modular-psu-firmware

Firmware for EEZ Bench Box 3 (BB3)
https://www.envox.eu/eez-bb3/
GNU General Public License v3.0
94 stars 42 forks source link

Rule for accepting a new ethernet connection and releasing the old one #311

Closed mvladic closed 1 year ago

mvladic commented 1 year ago

Currently, as long as the ethernet client is connected, a new one will not be accepted. It can happen that the connected client did not disconnect properly and Studio thinks that the connection is still alive and after that only a restart helps. Change request: make BB3 accept a new connection (and release the old one) if more than 10 seconds of inactivity have passed on the old one or after the third attempt always.

prasimix commented 1 year ago

Fixed