mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
a8fdf8ec36
* Improve utp test app
7 lines
185 B
Nim
7 lines
185 B
Nim
|
|
proc utp_connect(enr: Record): SKey
|
|
proc utp_write(k: SKey, b: string): bool
|
|
proc utp_read(k: SKey, n: int): string
|
|
proc utp_get_connections(): seq[SKey]
|
|
proc utp_close(k: SKey): bool
|