On Tue, Mar 06, 2001 at 09:29:33AM -0800, jt wrote:
>
> By the way : one of the Obex implementation there want to do
> everything without setting a session. OpenObex deliberatly refuse to
> do multipacket PUT or GET outside a session. Of course, the two don't
> agree with each other.
> Any though ?
Solved this. This work perfect Linux<->Linux. This seems to be
a bug in our WinCE Obex implementation (not setting final bits right).
Another one for you :
Obex was never geared for performance, but I believe that we
can do better than what we are doing. Fox example, we are not even
using the maximum packet size allowed by IrDA (~2040 bytes).
The proposal is to define things like this :
#define OBEX_MAXIMUM_MTU 2040
#define OBEX_DEFAULT_MTU 1024
#define OBEX_MINIMUM_MTU 255
And have a call allowing the user to set the rx_mtu to any
value he want (between MAX and MIN, initial value beeing DEFAULT). Of
course, this call would apply only before the connection, because at
connection time we may reduce it to what the link layer tell us.
What do you think ?
Jean
_______________________________________________
Linux-IrDA mailing list - [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda