CFStream Problem on Jaguar
CFStream Problem on Jaguar
- Subject: CFStream Problem on Jaguar
- From: "Koichiro Mino" <email@hidden>
- Date: Thu, 14 Nov 2002 11:13:17 +0900
Hi, all.
I have an application to send files to printer.
It sends data using CFStream.
It works fine on OS 10.1.5, but fails on 10.2.
Printer reports that expected size of data are not sent.
Sniffing packets clarified that some part of data were not
sent from the host.
But, my code finishes the transfer process without error.
CFWriteStreamWrite returns exactly the same size
as I tried to send, and CFStreamGetError reports no error.
When I send small size of files(30KB or less), the transfer succeeded.
Using BSD socket or CFSocket, everything works fine.
Are there any differences between CFStream on 10.1.5 and on 10.2?
P.S.
I downloaded the CoreFoundation project(262) from the Darwin OpenSource,
but I can't find CFStream.c in it. Isn't it published?
Regards,
K.Mino
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.