| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98b721e commit 93bacfd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -132,10 +132,6 @@ if (process.argv[2] !== 'child') { | |||
| 132 | 132 | } | |
| 133 | 133 | ||
| 134 | 134 | var sendSocket = dgram.createSocket('udp4'); | |
| 135 | - // FIXME: a libuv limitation makes it necessary to bind() | ||
| 136 | - // before calling any of the set*() functions. The bind() | ||
| 137 | - // call is what creates the actual socket. | ||
| 138 | - sendSocket.bind(); | ||
| 139 | 135 | ||
| 140 | 136 | // The socket is actually created async now. | |
| 141 | 137 | sendSocket.on('listening', function() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments