p2p: Non blocking client socket
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 22 May 2013 15:48:26 +0000 (17:48 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 22 May 2013 16:23:54 +0000 (18:23 +0200)
commit2d0abdde3120a217eeb194244a3778ee256ee5e4
treedf232ba91a1731a2b809c408f82799a51cd8ea60
parente01ae35ca5c40dd191bb4aa049698b940b54c116
p2p: Non blocking client socket

The p2p client connection used to be a blocking one, which can be quite
harmful when for some reason the peer does not reply to a connection
request.
The client socket is non blocking now and the actual push is handled
by a GLib watch callback.
plugins/p2p.c
src/device.c