We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a202be6 commit d8df78cCopy full SHA for d8df78c
src/udp_wrap.h
@@ -27,7 +27,6 @@ class UDPWrap: public HandleWrap {
27
static void Send6(const v8::FunctionCallbackInfo<v8::Value>& args);
28
static void RecvStart(const v8::FunctionCallbackInfo<v8::Value>& args);
29
static void RecvStop(const v8::FunctionCallbackInfo<v8::Value>& args);
30
- static void GetSockName(const v8::FunctionCallbackInfo<v8::Value>& args);
31
static void AddMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
32
static void DropMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
33
static void SetMulticastTTL(const v8::FunctionCallbackInfo<v8::Value>& args);
0 commit comments