diff --git a/01-messaging.md b/01-messaging.md
index 935083b04..cc39fb553 100644
--- a/01-messaging.md
+++ b/01-messaging.md
@@ -5,7 +5,14 @@
This protocol assumes an underlying authenticated and ordered transport mechanism that takes care of framing individual messages.
[BOLT #8](08-transport.md) specifies the canonical transport layer used in Lightning, though it can be replaced by any transport that fulfills the above guarantees.
-The default TCP port is 9735. This corresponds to hexadecimal `0x2607`: the Unicode code point for LIGHTNING.[1](#reference-1)
+The default TCP port depending from the network used. The most common networks are:
+
+- Bitcoin mainet with port number 9735 or the corresponding hexadecimal `0x2607`;
+- Bitcoin testnet with port number 19735 (`0x4D17`);
+- Litecoin mainet with port number 9736 (`0x2608`);
+- Litecoin testnet with port number 19736 (`0x4D18`).
+
+The Unicode code point for LIGHTNING.[1](#reference-1)
All data fields are unsigned big-endian unless otherwise specified.