mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3: In the async echo test, write 65k
This leads to the writev from echo responder child to parent to only deliver a partial blob and thus excercises the retry code. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jul 28 15:07:40 CEST 2011 on sn-devel-104
This commit is contained in:
parent
0ad8c12d48
commit
553124a663
@ -69,7 +69,7 @@ bool run_async_echo(int dummy)
|
||||
NTSTATUS status;
|
||||
bool ret = false;
|
||||
int i, num_reqs;
|
||||
uint8_t buf[32768];
|
||||
uint8_t buf[65536];
|
||||
|
||||
printf("Starting ASYNC_ECHO\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user