Paraslash Audio Streaming | |
About News Download Documentation Development |
paraslash's dccp receiver More...
#include <netinet/in.h>
#include <sys/socket.h>
#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netdb.h>
#include <lopsub.h>
#include "recv_cmd.lsg.h"
#include "para.h"
#include "error.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "recv.h"
#include "string.h"
#include "net.h"
#include "fd.h"
Macros | |
#define | DCCP_SOCKOPT_CCID 13 |
Sets both TX/RX CCID. More... | |
#define | OPT_ADD(fo, lev, opt, val, len) flowopt_add(fo, lev, opt, #opt, val, len) |
Flowopt shortcut. More... | |
Variables | |
const struct receiver | lsg_recv_cmd_com_dccp_user_data |
paraslash's dccp receiver
#define DCCP_SOCKOPT_CCID 13 |
Sets both TX/RX CCID.
#define OPT_ADD | ( | fo, | |
lev, | |||
opt, | |||
val, | |||
len | |||
) | flowopt_add(fo, lev, opt, #opt, val, len) |
Flowopt shortcut.
const struct receiver lsg_recv_cmd_com_dccp_user_data |