Commit fd4dbce4 authored by Aurelio Colosimo's avatar Aurelio Colosimo

spec: e2e mode set as default

end-to-end mode is currently the default working mode. We do not need
pdelayreq - pdelayresp mechanism.
parent e5c5b276
......@@ -18,6 +18,9 @@ void spec_main_loop(struct pp_instance *ppi)
/*pp_diag_verbosity = 1;*/
/* SPEC is raw ethernet by default */
NP(ppi)->proto_ofst = eth_ofst;
/* FIXME now it is end-to-end mode by default */
OPTS(ppi)->e2e_mode = 1;
/*
* The main loop here is polling every ms. While we are not
* doing anything else but the protocol, this allows extra stuff
......
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