@@ -342,11 +342,12 @@ - (void)setKeepAlivesEnabled: (BOOL)enable { int v = enable; if (setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE, (char*)&v, sizeof(v))) - @throw [OFSetOptionFailedException newWithClass: isa]; + @throw [OFSetOptionFailedException newWithClass: isa + stream: self]; } - (OFString*)remoteAddress { if (sockAddr == NULL || sockAddrLen == 0)