Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit cf8083e3b98abf76ba660d55e213edf05d03cfa3 Author: Nicolas Marchildon nicolas@marchildon.net Date: Tue Mar 13 03:53:39 2012 +0000
doc: batman-adv/NetworkCoding-technical: typo
cf8083e3b98abf76ba660d55e213edf05d03cfa3 batman-adv/NetworkCoding-technical.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 04ae8697..4e444874 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -1,6 +1,6 @@ h1. Catwoman
-When forwarding packets in a wireless mesh network, airtime can be saved by exploiting the information already present at the destinations of a forward. One way of doing this is _Network Coding_, where two packets are XOR'ed together before transmission. Two extract one of the included packets, the destination must simply XOR the network coded packet with the other included packet: +When forwarding packets in a wireless mesh network, airtime can be saved by exploiting the information already present at the destinations of a forward. One way of doing this is _Network Coding_, where two packets are XOR'ed together before transmission. To extract one of the included packets, the destination must simply XOR the network coded packet with the other included packet:
<pre> (p1 XOR p2) XOR p2 = p1