Searched refs:max_buf (Results 1 – 1 of 1) sorted by relevance
63 int max_buf = LINUX_MAX_SOCKET_SIZE; in create_service_thread() local64 adb_setsockopt(s[0], SOL_SOCKET, SO_SNDBUF, &max_buf, sizeof(max_buf)); in create_service_thread()65 adb_setsockopt(s[1], SOL_SOCKET, SO_SNDBUF, &max_buf, sizeof(max_buf)); in create_service_thread()