jbenet/ios-ntp

Possible name conflict when compiling against iOS 10

Closed this issue · 1 comments

It seems filter may be reserved now?

#pragma mark                        I n b o u n d • D a t a   F i l t e r

GCDAsyncUdpSocketReceiveFilterBlock filter = ^BOOL (NSData *data, NSData *address, id *context) {

    return TRUE;

};

That code was removed in February 2016 ..