]> rtime.felk.cvut.cz Git - can-benchmark.git/commit
ugw: Use send() instead of poll() in mmap()-based TX
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Jan 2014 10:48:17 +0000 (11:48 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Jan 2014 10:48:17 +0000 (11:48 +0100)
commitf5d5a2c6d0d48d295be18b9f5bfdade560eec941
tree6486871ea9ddf6bd1a563dc2f89d9f2d1eb34424
parent1464eb1e9d04558e910eccf9afbeeb0424d70a6b
ugw: Use send() instead of poll() in mmap()-based TX

Send should block as well and if there were no previous send request
poll would deadlock.
ugw/ugw.c