From c1fc33542d50be35972ef8f848a1478011bd512a Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Mon, 26 May 2014 14:31:48 +0930 Subject: [PATCH] Default to using unicast link layer packets --- conf_schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_schema.h b/conf_schema.h index 6cf0b49e..f08e729b 100644 --- a/conf_schema.h +++ b/conf_schema.h @@ -475,7 +475,7 @@ ATOM(short, type, OVERLAY_INTERFACE_WIFI, interface_t SUB_STRUCT(mdp_iftype, mdp,) ATOM(bool_t, send_broadcasts, 1, boolean,, "If false, don't send any broadcast packets") ATOM(bool_t, default_route, 0, boolean,, "If true, use this interface as a default route") -ATOM(bool_t, prefer_unicast, 0, boolean,, "If true, send unicast data as unicast IP packets if available") +ATOM(bool_t, prefer_unicast, 1, boolean,, "If true, send data as unicast IP packets if available") ATOM(bool_t, debug, 0, boolean,, "If true, log details of every outgoing packet") ATOM(bool_t, point_to_point, 0, boolean,, "If true, assume there will only be two devices on this interface") ATOM(bool_t, ctsrts, 0, boolean,, "If true, enable CTS/RTS hardware handshaking")