Search found 1 match
- Fri Aug 29, 2008 2:33 pm
- Forum: Bug Reports
- Topic: libtinysmb unstable/unusable
- Replies: 2
- Views: 5752
Re: libtinysmb unstable/unusable
Hey, while using libtinysmb I detected a similar problem, although the maximum read amount was about 8000 bytes instead of 4096 for read_smb to return bogus (and take a looong time to execute). A simple solution is to use a wrapper and read in blocks < 4096 calling read_smb several times. Ofcourse ...