IBR-DTNSuite  0.8
tools/src/DTNTun/receiver.h
Go to the documentation of this file.
00001 #ifndef __RECEIVER_H__
00002 #define __RECEIVER_H__
00003 
00004 #define BUFSIZE 1538
00005 
00006 void * receiver_run(void *arg);
00007 
00008 #endif // __RECEIVER_H__