Diff for /embedaddon/mpd/src/iface.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:56:12 version 1.1.1.4, 2019/10/22 13:49:55
Line 107 Line 107
     u_char              traffic[IFACE_IDLE_SPLIT];      /* Mark any traffic */      u_char              traffic[IFACE_IDLE_SPLIT];      /* Mark any traffic */
     u_short             mtu;                    /* Interface MTU */      u_short             mtu;                    /* Interface MTU */
     u_short             max_mtu;                /* Configured maximum MTU */      u_short             max_mtu;                /* Configured maximum MTU */
       u_short             mtu_override;           /* Configured MTU override */
     struct optinfo      options;                /* Configuration options */      struct optinfo      options;                /* Configuration options */
     u_int               idle_timeout;           /* Idle timeout */      u_int               idle_timeout;           /* Idle timeout */
     u_int               session_timeout;        /* Session timeout */      u_int               session_timeout;        /* Session timeout */

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>