Sorry, please ignore this mail.
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Li, Nami
Sent: 2011年6月21日 13:17
To: [email protected]; [email protected]
Cc: Liu, Haijun; Fan, Hong
Subject: [PATCH v3 openobex 3/3] Modify code to read entire packet when fd
transport format is SEQPACKET.
---
lib/fdobex.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/fdobex.c b/lib/fdobex.c index 7fa4a21..46a0796 100644
--- a/lib/fdobex.c
+++ b/lib/fdobex.c
@@ -79,6 +79,9 @@ static int fdobex_read(obex_t *self, void *buf, int buflen) {
struct obex_transport *trans = &self->trans;
+ if(trans->data.fd.fmt == FDOBEX_MT_SEQPACKET)
+ buflen = self->mtu_rx;
+
#ifdef _WIN32
return _read(trans->fd, buf, buflen); #else
--
1.7.1
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users