file transfers freeze at 100%

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
thelarry
Posts: 2
Joined: 2006-06-17 00:40

file transfers freeze at 100%

Post by thelarry » 2006-06-25 04:22

hi all. I went ahead and implemented the SSL code using matrix ssl because for some reason yassl wont work. I got everything to transfer, but the weird thing is if the file isnt divisible by 1024 (wut i set the packet size) the last packet doesnt transmit properly and it gets stuck at downloaded 100% (the server DEF sends it). If i close the server, the client then processes the last packet (it is waiting on something, i cannot figure what)

Locked