Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the fast SOCK_SEQPACKET where available
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Apr 2023 22:03:40 +0000 (00:03 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 4 Apr 2023 22:05:45 +0000 (00:05 +0200)
commit9403aed11fbc1f6ea9aeabc1d82958e1e18726b2
tree0485753541caff16bb9587e51a70e31e45ea1f9d
parent159bd689add924b1387a9caa0a095ba77a716aba
Use the fast SOCK_SEQPACKET where available

Maybe SOCK_SEQPACKET is not faster than SOCK_STREAM per se, I don't
know, but streams force us to re-bufferize the data that we receive in
excess, leading to many useless data copies.
src/mc/api/RemoteApp.cpp
src/mc/remote/AppSide.cpp
src/mc/remote/CheckerSide.cpp