Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
node_connection_t Struct Reference
Collaboration diagram for node_connection_t:
[legend]

Data Fields

int fd
 
string remoteAddress
 
int remotePort
 
int bufferSize
 
int dummy
 

Detailed Description

Definition at line 45 of file node.d.

Field Documentation

◆ bufferSize

int bufferSize

Definition at line 49 of file node.d.

◆ dummy

int dummy

Definition at line 39 of file node_provider.d.

◆ fd

int fd

Definition at line 46 of file node.d.

◆ remoteAddress

string remoteAddress

Definition at line 47 of file node.d.

◆ remotePort

int remotePort

Definition at line 48 of file node.d.


The documentation for this struct was generated from the following files: