"...composable_kernel.git" did not exist on "968bd93285318f0e43319d4c2a27c352a458ddd3"
Commit e00c5148 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

dist/net_rdma: increase number of rx and tx buffers

parent 5b734dc0
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include <unistd.h> #include <unistd.h>
#define SENDQ_LEN (8 * 1024) #define SENDQ_LEN (8 * 1024)
#define MSG_RXBUFS 16 #define MSG_RXBUFS 512
#define MSG_TXBUFS 16 #define MSG_TXBUFS 512
#define MAX_PEERS 32 #define MAX_PEERS 32
struct NetRdmaReportMsg { struct NetRdmaReportMsg {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment