package srt

  1. Overview
  2. Docs

Module Srt_typesSource

Sourcemodule Constants : sig ... end
include module type of struct include Constants end
Sourcetype socket_status = [
  1. | `Broken
  2. | `Closed
  3. | `Closing
  4. | `Connected
  5. | `Connecting
  6. | `Init
  7. | `Listening
  8. | `Nonexist
  9. | `Opened
]
Sourcetype socket_opt = [
  1. | `Conntimeo
  2. | `Enforced_encryption
  3. | `Ipv6only
  4. | `Latency
  5. | `Messageapi
  6. | `Passphrase
  7. | `Payloadsize
  8. | `Pbkeylen
  9. | `Peerlatency
  10. | `Rcvbuf
  11. | `Rcvdata
  12. | `Rcvlatency
  13. | `Rcvsyn
  14. | `Rcvtimeo
  15. | `Reuseaddr
  16. | `Sndbuf
  17. | `Sndsyn
  18. | `Sndtimeo
  19. | `Streamid
  20. | `Transtype
  21. | `Udp_rcvbuf
  22. | `Udp_sndbuf
]
Sourcetype transtype = [
  1. | `File
  2. | `Invalid
  3. | `Live
]
Sourcetype poll_flag = [
  1. | `Error
  2. | `Read
  3. | `Write
]
Sourcetype errno = [
  1. | `Easyncfail
  2. | `Easyncrcv
  3. | `Easyncsnd
  4. | `Eboundsock
  5. | `Econgest
  6. | `Econnfail
  7. | `Econnlost
  8. | `Econnrej
  9. | `Econnsetup
  10. | `Econnsock
  11. | `Eduplisten
  12. | `Efile
  13. | `Einvalbufferapi
  14. | `Einvalmsgapi
  15. | `Einvop
  16. | `Einvparam
  17. | `Einvpollid
  18. | `Einvrdoff
  19. | `Einvsock
  20. | `Einvwroff
  21. | `Elargemsg
  22. | `Enobuf
  23. | `Enoconn
  24. | `Enolisten
  25. | `Enoserver
  26. | `Epeererr
  27. | `Epollempty
  28. | `Erdperm
  29. | `Erdvnoserv
  30. | `Erdvunbound
  31. | `Eresource
  32. | `Esclosed
  33. | `Esecfail
  34. | `Esockfail
  35. | `Esysobj
  36. | `Ethread
  37. | `Etimeout
  38. | `Eunboundsock
  39. | `Eunknown
  40. | `Ewrperm
  41. | `Success
]
Sourceval enable_lostbytecount : bool
Sourceval srtt_live : int64
Sourceval srtt_file : int64
Sourceval srtt_invalid : int64
Sourceval log_crit : int
Sourceval log_err : int
Sourceval log_warning : int
Sourceval log_notice : int
Sourceval log_debug : int
Sourceval srt_epoll_in : int64
Sourceval srt_epoll_out : int64
Sourceval srt_epoll_err : int64
Sourceval poll_flag_of_flag : [< `Error | `Read | `Write ] -> int64
Sourcemodule Def (S : Cstubs.Types.TYPE) : sig ... end
OCaml

Innovation. Community. Security.