libmooshika
Macros | Functions
rmitm.c File Reference

Example of usage/man in the middle for rdma send. More...

#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>
#include <getopt.h>
#include <errno.h>
#include <poll.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <inttypes.h>
#include <pcap/pcap.h>
#include <linux/if_arp.h>
#include "utils.h"
#include "mooshika.h"
#include "rmitm.h"

Macros

#define DEFAULT_BLOCK_SIZE   1024*1024
 
#define DEFAULT_RECV_NUM   16
 
#define DEFAULT_HARD_TRUNC_LEN   (64*1024-1)
 
#define DEFAULT_TRUNC_LEN   4096
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Example of usage/man in the middle for rdma send.

Example of usage/man in the middle for rdma send

Macro Definition Documentation

#define DEFAULT_BLOCK_SIZE   1024*1024
#define DEFAULT_HARD_TRUNC_LEN   (64*1024-1)
#define DEFAULT_RECV_NUM   16
#define DEFAULT_TRUNC_LEN   4096

Function Documentation

int main ( int  argc,
char **  argv 
)