mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Add Haiku support
This commit is contained in:
parent
febea809b1
commit
34758be52a
14 changed files with 80 additions and 4 deletions
|
@ -35,6 +35,7 @@ static const int kInitStreamTable = 5;
|
|||
#include <time.h>
|
||||
|
||||
#include "udp/udpstack.h"
|
||||
#include "pqi/pqinetwork.h"
|
||||
#include "tcpstream.h"
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
@ -42,6 +43,7 @@ static const int kInitStreamTable = 5;
|
|||
#include <errno.h>
|
||||
|
||||
#define DEBUG_TOU_INTERFACE 1
|
||||
#define EUSERS 87
|
||||
|
||||
struct TcpOnUdp_t
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue