Zitat von Christian Zuckschwerdt <[EMAIL PROTECTED]>:
> Am 26.03.2008 um 12:40 schrieb Nick Bransby-Williams:
>> Im currently getting EINPROGRESS (115) on timeout and ECONNREFUSED
>> (111) on resfusal and EHOSTDOWN (112) when I go out of range or take
>> the battery out of the phone.
>>
>> What are chances of getting ObexFTP patched too?
>
>
> the patch is already there. I did it a few month ago but never had a
> chance to really test it.

That still needs a change in openobex: you use errno directly but you  
cannot be sure that errno contains the right error code at that time  
because close() is called if connect() failed. It might work but you  
cannot be sure.

The alternative to a new OBEX_GetLastError() is integration into the  
callback, translating system error codes to proper values for obex_rsp  
in the callback.

HS



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to