2007-11-06 17:51:48 +00:00
|
|
|
/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
|
2007-12-20 05:59:34 +00:00
|
|
|
It is considered beerware. Prost. Skol. Cheers or whatever.
|
2008-10-28 01:27:22 +00:00
|
|
|
|
2007-12-20 05:59:34 +00:00
|
|
|
$id$ */
|
2007-11-06 17:51:48 +00:00
|
|
|
|
2017-04-28 13:41:24 +00:00
|
|
|
#ifndef OT_UDP_H__
|
|
|
|
#define OT_UDP_H__
|
2007-11-06 17:51:48 +00:00
|
|
|
|
2012-04-25 05:48:16 +00:00
|
|
|
void udp_init( int64 sock, unsigned int worker_count );
|
|
|
|
int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
|
2007-11-06 17:51:48 +00:00
|
|
|
|
2007-11-06 17:53:45 +00:00
|
|
|
#endif
|