File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,12 @@ The library supports the following ILP protocol versions.
4848
4949These protocol versions are supported over both HTTP and TCP.
5050
51- If you use HTTP, the library will automatically detect the server's
52- latest supported protocol version and use it. If you use TCP, you can specify the
53- ` protocol_version=N ` parameter when constructing the ` Sender ` object.
51+ * If you use HTTP and ` protocol_version=auto ` or unset, the library will
52+ automatically detect the server's
53+ latest supported protocol version and use it (recommended).
54+ * If you use TCP, you can specify the
55+ ` protocol_version=N ` parameter when constructing the ` Sender ` object
56+ (TCP defaults to ` protocol_version=1 ` ).
5457
5558| Version | Description | Server Comatibility |
5659| ------- | ------------------------------------------------------- | --------------------- |
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ The library supports the following ILP protocol versions.
1515
1616These protocol versions are supported over both HTTP and TCP.
1717
18- If you use HTTP, the library will automatically detect the server's
19- latest supported protocol version and use it. If you use TCP, you can specify the
20- ` protocol_version=N ` parameter when constructing the ` Sender ` object.
18+ * If you use HTTP, the library will automatically detect the server's
19+ latest supported protocol version and use it (recommended).
20+ * If you use TCP, you can specify the
21+ ` protocol_version=N ` parameter when constructing the ` Sender ` object
22+ (TCP defaults to ` protocol_version=1 ` ).
2123
2224| Version | Description | Server Comatibility |
2325| ------- | ------------------------------------------------------- | --------------------- |
You can’t perform that action at this time.
0 commit comments