Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 377 Bytes

transport.md

File metadata and controls

7 lines (4 loc) · 377 Bytes

Transport

The transport.ml file contains logic to use DNS as a stream or datagram transport protocol. An example application that uses this can be found in netcat.ml/netcatd.ml.

This is a work in progress and seems to have some bugs to iron out.