Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: net/base/net_util.h

Issue 6577: Porting of listen_socket, telnet_server to linux (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/net_util.h
===================================================================
--- net/base/net_util.h (revision 3911)
+++ net/base/net_util.h (working copy)
@@ -131,6 +131,9 @@
// restricted.
bool IsPortAllowedByFtp(int port);
+// Set socket to non-blocking mode
+int SetNonBlocking(int fd);
+
} // namespace net
#endif // NET_BASE_NET_UTIL_H__

Powered by Google App Engine
This is Rietveld 408576698