search for: cli_pul

Displaying 2 results from an estimated 2 matches for "cli_pul".

Did you mean: cli_pull
2009 Jun 12
1
cli_read() is stuck in select() with the following stack trace
(gdb) bt #0 0x00000033a86bcc36 in select () from /lib64/tls/libc.so.6 #1 0x00002aaaaae5c108 in sys_select () from /usr/lib/libsmbclient.so.0 #2 0x00002aaaaae64027 in event_loop_once () from /usr/lib/libsmbclient.so.0 #3 0x00002aaaaae8556b in cli_pull () from /usr/lib/libsmbclient.so.0 #4 0x00002aaaaae85626 in cli_read () from /usr/lib/libsmbclient.so.0 #5 0x00002aaaaae0866a in SMBC_read_ctx () from /usr/lib/libsmbclient.so.0 ... ... #8 0x00000033a861c4ca in __libc_start_main () from /lib64/tls/libc.so.6 #9 0x000000000040567a in _start () (...
2014 Apr 13
1
gvfs and (lib)smbclient
...igher throughput with the same block size [2]. This may be related to the ability to support multiple packets in flight to reduce the effect of latency (which is probably why smbclient can achieve higher speeds for the same block size). The gvfs push and pull functions could map to the cli_push and cli_pull functions. - The mapping between NT error message and UNIX errno makes it difficult to provide a nice error message to the user or even to know what's going on. For example, calling rename() with one of the path's having an invalid character gives ENOMEM. It is difficult to tell whether...