@@ -74,6 +74,11 @@ /** * Accept an incoming connection. */ - (OFTCPSocket*)accept; + +/** + * Closes the socket. + */ +- close; @end