Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 806 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 806 Bytes

PP

pp is a c++ network frameworks.

support platforms

  • windows(iocp)
  • linux(epoll)
  • freebsd(kqueue)

functions

  • tcp_server
  • tcp_client
  • udp_server
  • udp_client
  • http_server
  • http_client (currently only GET )
  • timer(timer heap)
  • timer(timer wheel)
  • better error reporter

tcp/udp connection

  • write finished signal
  • write buffer high water signal

multithread

  • multithread

compiler environment

platform compiler
windows msvc2015 update3

examples

  • http downloader
  • http client
  • tcp echo server
  • tcp echo client
  • socks5 server