Add feature to Socket so that it can send digests of data it has sent
authorCarl Hetherington <cth@carlh.net>
Wed, 15 Apr 2020 22:38:08 +0000 (00:38 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Apr 2020 22:42:54 +0000 (00:42 +0200)
commit3f2bec7b6ee2f27b2de056cdc0137744d2e9e253
tree34e0d9f72abe35e8e477d92036444d9c47fb7e28
parent5f4a41f20a189ec2863760cd1f5117435277f40f
Add feature to Socket so that it can send digests of data it has sent
and check those digests on receive.
src/lib/dcpomatic_socket.cc
src/lib/dcpomatic_socket.h
src/lib/digester.cc
src/lib/digester.h
test/socket_test.cc [new file with mode: 0644]
test/wscript