You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that there was some kind of connect() functional test in connect01.c test since it has an implementation of a sever that accepts connections and reads data from sockets, but the test currently does only negative tests with invalid parameters. We need a proper connect that would set up a few different types of severs and connect with clients to these.
The text was updated successfully, but these errors were encountered:
It seems that there was some kind of connect() functional test in connect01.c test since it has an implementation of a sever that accepts connections and reads data from sockets, but the test currently does only negative tests with invalid parameters. We need a proper connect that would set up a few different types of severs and connect with clients to these.
The text was updated successfully, but these errors were encountered: