From c8f4c5136b5b013da4b50bfd4a59ee3243ea24b5 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Fri, 19 Jul 2019 14:10:38 +0800 Subject: [PATCH] More twitter card --- _posts/2019-07-19-p2p-data-sync-for-mobile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2019-07-19-p2p-data-sync-for-mobile.md b/_posts/2019-07-19-p2p-data-sync-for-mobile.md index 9881510..e6e6fc4 100644 --- a/_posts/2019-07-19-p2p-data-sync-for-mobile.md +++ b/_posts/2019-07-19-p2p-data-sync-for-mobile.md @@ -6,8 +6,8 @@ author: oskarth published: true permalink: /p2p-data-sync-for-mobile categories: research -summary: In building p2p messaging systems, one problem you quickly come across is the problem of reliably transmitting data. If there's no central server with high availability guarantees, you can't meaningfully guarantee that data has been transmitted. One way of solving this problem is through a synchronization protocol. -image: /assets/img/mvds_interactive.png +summary: Reliably transmitting data in a p2p network. +image: /assets/img/vac.jpg --- Together with decanus, I've been working on the problem of data sync lately.