markmcconnell / mai

Mark's AES67 Implementation
BSD 3-Clause "New" or "Revised" License
93 stars 22 forks source link

packet size (232) is larger than interface mtu (0). #8

Open DrNI opened 1 year ago

DrNI commented 1 year ago

mai compiled successfully, now trying:

sudo ./mai -m send -a 192.168.178.31 -s "TestMAI" -b 32 -r 48000 -c 8 -p 125 -l "aes67" -u 1000 -g 1000

returns

[ERROR] mai_rtp_init packet size (232) is larger than interface mtu (0).

Quite obviously, my MTU is not 0 but 1500, as ifconfig confirms. I assume there is an issue in the code when obtaining the correct MTU.