aboutsummaryrefslogtreecommitdiff
path: root/benchmark/dgram/multi-buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/dgram/multi-buffer.js')
-rw-r--r--benchmark/dgram/multi-buffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/dgram/multi-buffer.js b/benchmark/dgram/multi-buffer.js
index 6a7fc9bfaf..a0285c8c59 100644
--- a/benchmark/dgram/multi-buffer.js
+++ b/benchmark/dgram/multi-buffer.js
@@ -64,7 +64,7 @@ function server() {
}, dur * 1000);
});
- socket.on('message', function(buf, rinfo) {
+ socket.on('message', function() {
received++;
});