aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Transport.SimpleTCP
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Transport.SimpleTCP')
-rw-r--r--lib/Net.Transport.SimpleTCP/src/ITcpListner.cs6
-rw-r--r--lib/Net.Transport.SimpleTCP/src/TcpListenerNode.cs6
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/Net.Transport.SimpleTCP/src/ITcpListner.cs b/lib/Net.Transport.SimpleTCP/src/ITcpListner.cs
index 0abf73c..10bfde0 100644
--- a/lib/Net.Transport.SimpleTCP/src/ITcpListner.cs
+++ b/lib/Net.Transport.SimpleTCP/src/ITcpListner.cs
@@ -3,10 +3,10 @@
*
* Library: VNLib
* Package: VNLib.Net.Transport.SimpleTCP
-* File: TcpServer.cs
+* File: ITcpListner.cs
*
-* TcpServer.cs is part of VNLib.Net.Transport.SimpleTCP which is part of the larger
-* VNLib collection of libraries and utilities.
+* ITcpListner.cs is part of VNLib.Net.Transport.SimpleTCP which is part of
+* the larger VNLib collection of libraries and utilities.
*
* VNLib.Net.Transport.SimpleTCP is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/lib/Net.Transport.SimpleTCP/src/TcpListenerNode.cs b/lib/Net.Transport.SimpleTCP/src/TcpListenerNode.cs
index bb0a39b..0badece 100644
--- a/lib/Net.Transport.SimpleTCP/src/TcpListenerNode.cs
+++ b/lib/Net.Transport.SimpleTCP/src/TcpListenerNode.cs
@@ -3,10 +3,10 @@
*
* Library: VNLib
* Package: VNLib.Net.Transport.SimpleTCP
-* File: TcpServer.cs
+* File: TcpListenerNode.cs
*
-* TcpServer.cs is part of VNLib.Net.Transport.SimpleTCP which is part of the larger
-* VNLib collection of libraries and utilities.
+* TcpListenerNode.cs is part of VNLib.Net.Transport.SimpleTCP which is part
+* of the larger VNLib collection of libraries and utilities.
*
* VNLib.Net.Transport.SimpleTCP is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as