On Tue, Feb 25, 2014 at 9:45 AM, Linda Sun wrote:
> Sounds good to me.
Alright. I applied this on master.
>
> Linda
>
>
>
>> On Feb 24, 2014, at 8:34 PM, Gurucharan Shetty wrote:
>>
>>> On Wed, Feb 12, 2014 at 1:50 PM, Linda Sun wrote:
>>> Use send/recv for socket stream instead of read/write.
Sounds good to me.
Linda
> On Feb 24, 2014, at 8:34 PM, Gurucharan Shetty wrote:
>
>> On Wed, Feb 12, 2014 at 1:50 PM, Linda Sun wrote:
>> Use send/recv for socket stream instead of read/write.
>> Use event handle for polling on socket stream.
>> Check windows specific return code.
>>
>> S
On Wed, Feb 12, 2014 at 1:50 PM, Linda Sun wrote:
> Use send/recv for socket stream instead of read/write.
> Use event handle for polling on socket stream.
> Check windows specific return code.
>
> Signed-off-by: Linda Sun
I think we need to use the following .gitconfig setting:
[diff]
rename
On Wed, Feb 12, 2014 at 01:50:47PM -0800, Linda Sun wrote:
> Use send/recv for socket stream instead of read/write.
> Use event handle for polling on socket stream.
> Check windows specific return code.
>
> Signed-off-by: Linda Sun
Guru, will you review this (and apply it if you are happy)?