ioLibrary_Driver
ioLibrary_Driver copied to clipboard
#127
If reading Sn_SR in the Listen() function reveals that the socket is already in a connected state, issues may arise.
- Resolved by adding a check for SOCK_ESTABLISHED within the section of the Listen() function where Sn_SR is examined.