Mercurial > pidgin
diff src/protocols/rendezvous/mdns.c @ 9416:f63abdb00499
[gaim-migrate @ 10231]
Advertise the sha hash of our icon. Thanks to proton for telling all
kinds of neat stuff about the hash.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 27 Jun 2004 20:28:17 +0000 |
| parents | ad3633f92f91 |
| children | e4a27c9aec4c |
line wrap: on
line diff
--- a/src/protocols/rendezvous/mdns.c Sun Jun 27 18:19:09 2004 +0000 +++ b/src/protocols/rendezvous/mdns.c Sun Jun 27 20:28:17 2004 +0000 @@ -1390,6 +1390,7 @@ DNSPacket *dns = NULL; int offset; /* Current position in datagram */ /* XXX - Find out what to use as a maximum incoming UDP packet size */ + /* XXX - Would making this static increase performance? */ /* char data[512]; */ char data[10096]; unsigned int datalen;
