Hacker News new | ask | show | jobs
by zzzzzzzzz 5153 days ago
Listening too? or just outgoing connections?
2 comments

It is still not implemented.

http://src.chromium.org/viewvc/chrome/trunk/src/chrome/brows... --8<-- int TCPSocket::Bind(const std::string& address, int port) { // TODO(penghuang): Supports bind for tcp? return net::ERR_FAILED; } --8<--

They mention p2p, so incoming connections are likely to be supported.