- default to the socknal in the ping server
obj-y += portals/
obj-y += router/
obj-y += knals/
+obj-y += tests/
Makefile
Makefile.in
.deps
+.*.o.cmd
static unsigned ping_head_magic;
static unsigned ping_bulk_magic;
-static int nal = 0; // Your NAL,
+static int nal = 1; // Your NAL,
static unsigned long packets_valid = 0; // Valid packets
static int running = 1;
atomic_t pkt;
obj-y += portals/
obj-y += router/
obj-y += knals/
+obj-y += tests/
Makefile
Makefile.in
.deps
+.*.o.cmd
static unsigned ping_head_magic;
static unsigned ping_bulk_magic;
-static int nal = 0; // Your NAL,
+static int nal = 1; // Your NAL,
static unsigned long packets_valid = 0; // Valid packets
static int running = 1;
atomic_t pkt;