Skip to content

Instantly share code, notes, and snippets.

@zpoley
Created April 8, 2010 05:02
Show Gist options
  • Save zpoley/359790 to your computer and use it in GitHub Desktop.
Save zpoley/359790 to your computer and use it in GitHub Desktop.
#import "AsyncUdpSocket.h" // http://code.google.com/p/cocoaasyncsocket/
...
AsyncUdpSocket *s = [[AsyncUdpSocket alloc] init];
[s sendData:@"data" toHost:@"example.com" port:27072 withTimeout:0.0 tag:1];
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment