src/protocols/rendezvous/mdns.c

changeset 9944
71ef020ec4b0
parent 9416
2ac97f07def4
child 10321
5802b5adc9df
equal deleted inserted replaced
9943:b54a762f60fa 9944:71ef020ec4b0
1381 } 1381 }
1382 1382
1383 /** 1383 /**
1384 * If invalid data is encountered at any point when parsing data 1384 * If invalid data is encountered at any point when parsing data
1385 * then the entire packet is discarded and NULL is returned. 1385 * then the entire packet is discarded and NULL is returned.
1386 *
1386 */ 1387 */
1387 DNSPacket * 1388 DNSPacket *
1388 mdns_read(int fd) 1389 mdns_read(int fd)
1389 { 1390 {
1390 DNSPacket *dns = NULL; 1391 DNSPacket *dns = NULL;

mercurial