Skip to content

framed sockets library. provides asynchronous communication over tcp with power of libev

License

Notifications You must be signed in to change notification settings

fatihky/fsocket

Repository files navigation

fsocket

MIT License

TODO:

  • fsock_send: send frame to specific connection.
  • fsock_sendc: send frame to one or more connections at once. you can send to only one bounded address' connections or all incoming/outgoing connections.
  • fsock_close: this will close all connections attached to socket. If you want, this will wait to send all remaining data to peers.
  • benchmarks about latency and throughput.
  • fsock_bind: this function will accept flags parameter and if you want, this will not bind to socket if socket already bounded. If you want, it will continue trying to bind until it can.
  • fsock_connect: this will resolve domains names with dns.c
  • fsock_setsockopt and fsock_getsockopt

About

framed sockets library. provides asynchronous communication over tcp with power of libev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published