search for: do_getaddrinfo

Displaying 1 result from an estimated 1 matches for "do_getaddrinfo".

2007 Nov 16
0
Symbian s60v3 port (1/2 working?)
...and you don't have to use --inplace when transferring to the phone. Also just in case I forget, getaddrinfo() is broken on openc (from what I can tell) so I have created a very limited reimplementation of that called xgetaddrinfo() for symbian. Perhaps the call to getaddrinfo() has to become a do_getaddrinfo() in the general case to handle this broken case if the sybmian build is to be merged upstream. The rsync code allocates a bunch of fairly large char arrays on the stack in many functions. While doing this makes memory management a lot cleaner for C coding it also seems to indicate to symbian that...