Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe GOMES PEIXOTO committed Feb 17, 2018
1 parent 2e9a1eb commit 690047c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@

### Added

- New architecture
- Add `INetPacketStream` interface and `NetPacketStream` implementation for read/write packets.
- Add `NetUser` interface. Inherits from `NetConnection`.
- Add `OnSocketError()` method to `NetClient`. (PR [#42](https://github.com/Eastrall/Ether.Network/pull/42))
- Add all interfaces support to `NetServer`. (PR [#42](https://github.com/Eastrall/Ether.Network/pull/42))
- Add support for reading byte arrays with `INetPacketStream`. (PR [#48](https://github.com/Eastrall/Ether.Network/pull/48))
- Add broadcast system for `NetServer`. (PR [#52](https://github.com/Eastrall/Ether.Network/pull/52))
- Add `NetClientConfiguration` (PR [#78](https://github.com/Eastrall/Ether.Network/pull/78))

### Changed

Expand All @@ -22,7 +24,7 @@
- `NetClient` sending process is using a queue.
- `NetClient` message handler process is using a queue.
- `NetServer` inherits from `NetConnection`.
- Replace recursive methods with `while` loops.
- Receive algorithm review.

### Fix

Expand Down

0 comments on commit 690047c

Please sign in to comment.