krivenok_
Fri Mar 17 2006, 10:52
I want to send files (tar or zip archives) via Skype AP2AP API.
My questions are:
1) How to transfer big files (> 64K = 0xFFFF)?
2) What is "reliable transmission"?
3) What is "idle connection"?
ppmotskula
Fri Mar 17 2006, 13:03
[quote=krivenok]1) How to transfer big files (> 64K = 0xFFFF)?[/quote]Break them into smaller chunks and join the chunks on the other end. The chunk size must not exceed 16 KB after base64 encoding (that's about 12KB raw).
[quote=krivenok]2) What is "reliable transmission"?
3) What is "idle connection"?[/quote]Please give some more context.