update docs
This commit is contained in:
parent
d76092bbef
commit
ae0ec21ea0
3 changed files with 14 additions and 6 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -25,7 +25,11 @@ Description: Generic library for real-time communications with async IO support
|
|||
BFCP
|
||||
Jitter-buffer
|
||||
Async I/O (poll, epoll, select)
|
||||
UDP/TCP/TLS transport
|
||||
UDP/TCP/TLS/DTLS transport
|
||||
HTTP Client and Server
|
||||
Websocket Client and Server
|
||||
JSON parser
|
||||
SRTP and SRTCP (Secure RTP)
|
||||
.
|
||||
Design goals:
|
||||
.
|
||||
|
@ -53,7 +57,11 @@ Description: Generic library for real-time communications (development files)
|
|||
BFCP
|
||||
Jitter-buffer
|
||||
Async I/O (poll, epoll, select)
|
||||
UDP/TCP/TLS transport
|
||||
UDP/TCP/TLS/DTLS transport
|
||||
HTTP Client and Server
|
||||
Websocket Client and Server
|
||||
JSON parser
|
||||
SRTP and SRTCP (Secure RTP)
|
||||
.
|
||||
Design goals:
|
||||
.
|
||||
|
|
6
debian/copyright
vendored
6
debian/copyright
vendored
|
@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <aeh@db.org>
|
|||
It was downloaded from http://www.creytiv.com/
|
||||
|
||||
|
||||
Copyright (c) 2010 - 2014, Alfred E. Heggestad
|
||||
Copyright (c) 2010 - 2014, Richard Aas
|
||||
Copyright (c) 2010 - 2014, Creytiv.com
|
||||
Copyright (c) 2010 - 2016, Alfred E. Heggestad
|
||||
Copyright (c) 2010 - 2016, Richard Aas
|
||||
Copyright (c) 2010 - 2016, Creytiv.com
|
||||
All rights reserved.
|
||||
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@ Supported compilers:
|
|||
|
||||
Feedback:
|
||||
|
||||
- Please send feedback to <libre@creytiv.com>
|
||||
- Please send feedback to <libre [at] creytiv.com>
|
||||
|
||||
|
||||
Coding guidelines:
|
||||
|
|
Loading…
Add table
Reference in a new issue