Why Multiple Compression Protocols?

Technical discussion about the NMDC and <a href="http://dcpp.net/ADC.html">ADC</A> protocol. The NMDC protocol is documented in the <a href="http://dcpp.net/wiki/">Wiki</a>, so feel free to refer to it.

Moderator: Moderators

Locked
deadguy
Posts: 2
Joined: 2003-05-25 15:23

Why Multiple Compression Protocols?

Post by deadguy » 2003-05-25 15:29

I was just questioning why the choice was made to have two different compression protocols used in DC++'s extensions? First, you have the BZList functionality, which uses libbzip2 (1.0.2). Second, there's the GetZBlock functionality, which uses ZLib (1.1.4).

Compression is of course a wonderful thing, but I don't see the need for multiple varieties in one program. Could someone please enlighten me?


Thanks.

Gumboot
Posts: 22
Joined: 2003-01-15 20:08
Location: New Zealand

Post by Gumboot » 2003-05-26 03:37


deadguy
Posts: 2
Joined: 2003-05-25 15:23

Post by deadguy » 2003-05-26 09:12

Thanks!

Locked