Commit 6cd9716c authored by Constantin Musca's avatar Constantin Musca Committed by Elliott Hughes
Browse files

LocalSocketTest.testAccessors: fix the *SendBufferSize* test



If one sets a *SendBufferSize* value which is less than
(2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff))) then the value
retrieved will be (2 * (2048 + SKB_DATA_ALIGN(sizeof(struct sk_buff)))).
Otherwise, the value will be doubled.
Modify the test to use a larger value.

Bug: 16442451
Change-Id: I2d89393b1ad441783c8a082b072a806b8901830c
Signed-off-by: default avatarConstantin Musca <constantin.musca@intel.com>
parent b344a4ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment