coditva / udt-c

A basic implementation of UDP-based Data Transfer protocol (UDT) in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add reliability checking

coditva opened this issue · comments

Right now, data is just received and put in buffer without any checks.