ltp
ltp copied to clipboard
Write connect() functional test
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.