From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Fri, 7 Sep 2012 16:09:48 +0200
Local: Fri, Sep 7 2012 10:09 am
Subject: Re: [nodejs] net.createServer
On Fri, Sep 7, 2012 at 3:35 PM, Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
The client queues write requests until the connection handshake is
> I don't doubt you. I just want to see that documented somewhere or clearly > see how that is enforced in the code. I have looked at net.js. It's not the > easiest code to follow. If it's clear from that code, I could use some > pointers on where to look. > I'll try to make my concern more clear below with very simple code for
> server.js
> var net = require('net');
> client.js
> var net = require('net');
done. Said handshake is complete when the server accepts the connection, which node does right before it calls your connListener function. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||