|
@ -20,7 +20,6 @@ var binding = process.binding('net'); |
|
|
// represent buffer.used) that can be seeked around would be easier. I'm not
|
|
|
// represent buffer.used) that can be seeked around would be easier. I'm not
|
|
|
// yet convinced that every use-case can be fit into that abstraction, so
|
|
|
// yet convinced that every use-case can be fit into that abstraction, so
|
|
|
// waiting to implement it until I get more experience with this.
|
|
|
// waiting to implement it until I get more experience with this.
|
|
|
var Buffer = require('buffer').Buffer; |
|
|
|
|
|
var FreeList = require('freelist').FreeList; |
|
|
var FreeList = require('freelist').FreeList; |
|
|
|
|
|
|
|
|
var IOWatcher = process.binding('io_watcher').IOWatcher; |
|
|
var IOWatcher = process.binding('io_watcher').IOWatcher; |
|
|