Don't check version if handshake succeeds, just accept that OK is OK
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
goSam
|
||||
=====
|
||||
|
||||
A go library for using the [I2P](https://geti2p.net/en/) Simple Anonymous Messaging ([SAM version 3.0](https://geti2p.net/en/docs/api/samv3)) bridge
|
||||
A go library for using the [I2P](https://geti2p.net/en/) Simple Anonymous
|
||||
Messaging ([SAM version 3.0](https://geti2p.net/en/docs/api/samv3)) bridge. It
|
||||
has limited support for SAM version 3.1 signature types.
|
||||
|
||||
This is in an **early development stage**. I would love to hear about any issues or ideas for improvement.
|
||||
This is in an **early development stage**. I would love to hear about any
|
||||
issues or ideas for improvement.
|
||||
|
||||
## Installation
|
||||
```
|
||||
@ -70,4 +73,4 @@ func checkErr(err error) {
|
||||
### TODO
|
||||
|
||||
* Implement `STREAM ACCEPT` and `STREAM FORWARD`
|
||||
* Implement datagrams (Repliable and Anon)
|
||||
* Implement datagrams (Repliable and Anon)
|
||||
|
Reference in New Issue
Block a user