aboutsummaryrefslogtreecommitdiff
path: root/tests/test_socket.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+73
chapter 1- SSH Socket Connections. I would like to be able to -Have a ssh_poll_ctx object -Add a ssh socket over it -launch the socket connection (using socket functions) -ssh_poll_ctx_dopoll() -Wait for the timeout or have the "connected" callback called