Skip to content

Commit

Permalink
updated package-info.java files to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3nd3rs0n committed Nov 2, 2024
1 parent 58ecc94 commit 8a559c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Provides classes for performance testing of the SOCKS server API.
* Provides classes for performance testing of servers that receive data and
* send back the same data. They are used for performance testing of the SOCKS
* server API.
*/
package com.github.jh3nd3rs0n.test.echo.server.performance;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* Provides classes for integration testing between the SOCKS client API and
* the SOCKS server API.
* Provides classes of clients and servers that send/receive data and
* receive/send back the same data. They are used for testing between the
* SOCKS client API and the SOCKS server API.
*/
package com.github.jh3nd3rs0n.test.echo;

0 comments on commit 8a559c4

Please sign in to comment.