Quote Originally Posted by bithub
If you are using UDP, then you can send and receive without calling connect(). You still need to call bind() though.
Do we still need accept()?

Thanks