Set the score value to the maximum value when the connected function is
called. The same happens with a disconnected event, the score value is
there set to zero.
Suggested-by: Anna Tikhomirova <redacted>
Suggested-by: Maxim Mikityanskiy <redacted>
Signed-off-by: Florian Eckert <redacted>
echo "online" > $MWAN3TRACK_STATUS_DIR/$INTERFACE/STATUS
echo "0" > $MWAN3TRACK_STATUS_DIR/$INTERFACE/OFFLINE
get_uptime > $MWAN3TRACK_STATUS_DIR/$INTERFACE/ONLINE
+ score=$((down+up))
host_up_count=0
lost=0
turn=0