i really need a GOOD socket tutorial, i've followed some of them from google but they aren't complete, i know that socket programming is forked into many categories, basically i am interested blocking & non blocking sockets, synchronous & asynchronous sockets(used with select() and FD_ISSET macro etc)
PS: i know the pattern on how socket works but i can't seem to get it programmed wright, i tried 3 times to make a direct client-server model app(just connection, not exchange of data) and it didn't turn out so well..