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

Implement a timer and send timed packets

coditva opened this issue · comments

Right now, there is no support for sending timed packets like ACK and Keep-alive etc. ACK is send a complete data segment is sent. This is not the actual UDT behavior.