Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Christian <me@vchrist.at>
  • Loading branch information
VolkerChristian committed Jul 19, 2024
1 parent 198739d commit 392f2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private:
#### Echo-Client `SocketContextFactory`
The `create()` method of our `EchoClientContextFactory` returns a pointer to the `EchoClientContext` whose implementation is also presented in the [SocketContext Classes](#SocketContext Classes) section below.
The `create()` method of our `EchoClientContextFactory` returns a pointer to the `EchoClientContext` whose implementation is also presented in the [SocketContext Classes](#`SocketContext` Classes) section below.
***Note***: A pointer to a `core::socket::stream::SocketConnection` is passed as argument to the constructor of our `EchoServerContext`.
Expand Down Expand Up @@ -969,7 +969,7 @@ Every `SocketServer` and `SocketClient` class has it's specific `SocketAddress`
using SocketAddress = <ConcreteServerOrClientType>::SocketAddress;
```

as can be seen in the [Echo Application](#An Echo Application) above.
as can be seen in the [Echo Application](#An "Echo" Application) above.

| Network Layer | *SocketAddress* Classes | SocketAddress Header Files |
| ------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
Expand Down

0 comments on commit 392f2c3

Please sign in to comment.