Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74f3521

Browse files
committedMay 29, 2013
Fix checksum odd byte handling.
Add error log to SKB validation. Resolve sequence number immutable increments. Move data source port generation into socket per upstream. Achieve basic transmission wrapped in PGM protocol.
1 parent 4a3a094 commit 74f3521

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎run.sh ‎pgmrecv.sh

File renamed without changes.

‎pgmsend.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
java \
4+
-cp log4j-api-2.0-beta6.jar\;log4j-core-2.0-beta6.jar\;target/classes \
5+
-enableassertions \
6+
pgmsend $*

0 commit comments

Comments
 (0)
Please sign in to comment.