Hi,
I am trying to run a working socket-based program over MT4099 in EN mode.
The connection is established but recv() report errno 104 (connection reset by peer) on the first four-byte attempt. No real RST si seen on the wire. What am I doing wrong?
The app is a server listening on port 445 (SMB).
Mark