don't drink and code

This commit is contained in:
2023-03-22 00:57:41 +01:00
parent 9f6bdf6851
commit 4ae6fb4bc7
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import kernel.log.Log;
using tink.CoreApi;
/**
Virtual network interface that handle
Virtual network interface that handles packages to the same id as the sender.
**/
class Loopback implements INetworkInterface {
public static final instance:Loopback = new Loopback();