aboutsummaryrefslogtreecommitdiff
path: root/src/tests/socketbreak.cpp (follow)
AgeCommit message (Collapse)Author
2009-01-19This should fix the problem of never knowing if your sockets are closed. NowMike Buland
Bu::Socket::read will throw an exception if the socket has been closed. Also, you'll get an exception at object creation if the socket could connect to a computer, but not the given port.