ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Write connect() functional test

Open metan-ucw opened this issue 1 year ago • 2 comments

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.

metan-ucw avatar Jul 17 '24 12:07 metan-ucw