Skip to content

Commit

Permalink
README: Planned features
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed May 10, 2018
1 parent 69af526 commit b05c7dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,16 @@ P.S. Here is oneliner to remove non-blocking mode from terminal's stdin:
perl -we 'use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK); open F, "<&=", 0; my $flags = fcntl(F, F_GETFL, 0); fcntl(F, F_SETFL, $flags & !O_NONBLOCK);'


Planned features
---

* Driving SSL server websockets (specifying cert and key)
* Pure Rust version with SSL support?
* SOCK_SEQPACKET mode for `exec:`?
* SOCK_SEQPACKET SCTP mode?
* Option for auto `\n` insertion
* Add WebRTC's DataChannel to the mix (separate project)?

See also
---

Expand Down

0 comments on commit b05c7dc

Please sign in to comment.