-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cleanup] general bug fix and code cleanup
1. support windows .bat when executing 2. improve shared library loading 2. use memorySegment asSlice for ByteArray#sub 3. fix ipv4 copy 4. modify length in udp packet 5. remove unused classes
- Loading branch information
Showing
8 changed files
with
38 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
196 changes: 0 additions & 196 deletions
196
base/src/main/java/io/vproxy/vpacket/VProxyEncryptedPacket.java
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
core/src/main/java/io/vproxy/vswitch/iface/AbstractBaseEncryptedSwitchSocketIface.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
core/src/main/java/io/vproxy/vswitch/iface/IfaceCanSendVProxyPacket.java
This file was deleted.
Oops, something went wrong.