aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Transport.SimpleTCP
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-07-04 16:04:03 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-07-04 16:04:03 -0400
commit981ba286e4793de95bf65e6588313411344c4d53 (patch)
treea207743df2475e8579f3f25caca0a8075b42bf89 /lib/Net.Transport.SimpleTCP
parent6b8c67888731f7dd210acdb2b1160cdbdbe30d47 (diff)
refactor: Refactor extensions with perf updates
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