mirror of
https://github.com/lnbook/lnbook
synced 2024-11-06 21:20:29 +00:00
capitalization
This commit is contained in:
parent
56dfd77201
commit
f7df2f5cd3
@ -375,7 +375,7 @@ The user might only realize that probing is taking place if the payment is not g
|
||||
On the Internet we use the internet protocol and the IP forwarding algorithm to forward internet packages from the sender to the destination.
|
||||
While the TCP/IP protocol stack allows reliable communication by resending packages that are not acknowledged this mechanism could not be reused directly in the Lightning Network.
|
||||
A payment that is not being forwarded would effectivly mean that the money was stolen by a router and the sender cannot just send out another payment.
|
||||
While the routing protocol together with the border gateway protocol which are used for data and infrmation transport on the internet have the really nice property of allowing the internet hosts to collaboratively finding a path for the information through the internet we cannot reuse and adopt this protocol for forwarding payments on the Lightninh network.
|
||||
While the routing protocol together with the Border Gateway Protocol which are used for data and information transport on the internet have the really nice property of allowing the internet hosts to collaboratively find a path for the information through the internet, we cannot reuse and adopt this protocol for forwarding payments on the Lightning Network.
|
||||
====
|
||||
|
||||
Of course path finding is trivial if we want to pay our direct channel partner and we have enough balance on our side of the channel to do so.
|
||||
|
Loading…
Reference in New Issue
Block a user