since downloading from the empeg, is an officialy ignored aspect, what are the chances of getting a bug fix ?

The thing is that the empeg is apparently setting TCP_NODELAY on the connection socket. This is fine if all you're doing is small data transfers. But it degrades performance horribly for large file transfers.

Think 100 system calls instead of 1 to receive 1 packet of 16k.