52 #define SEND_INTERVAL (CLOCK_SECOND * 3)
56 PROCESS(test_abc_process,
"ABC test");
57 AUTOSTART_PROCESSES(&test_abc_process);
60 abc_recv(
struct abc_conn *c)
70 printf(
"0x%x ", s[i]);
75 static struct abc_conn abc;
94 len = snprintf(buf,
sizeof (buf),
"%u", ++i);
95 printf(
"Sending packet %d\n", i);