xtaci / smux

A Stream Multiplexing Library for golang with least memory usage(TDMA)
MIT License
1.27k stars 189 forks source link

Adding code to run on Powersystem #80

Closed genisysram closed 3 years ago

genisysram commented 3 years ago

Hi Here is my contribution to your code, its working good on powersystems.

Thanks for the code, its working good.

What do these changes do?

Added Architecture "ppc64le"

Are there changes in behavior for the user?

No

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 into master will decrease coverage by 0.35%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   83.05%   82.69%   -0.36%     
==========================================
  Files           6        6              
  Lines         708      630      -78     
==========================================
- Hits          588      521      -67     
+ Misses        100       89      -11     
  Partials       20       20              
Impacted Files Coverage Δ
frame.go 77.77% <0.00%> (-4.58%) :arrow_down:
mux.go 89.18% <0.00%> (-1.06%) :arrow_down:
stream.go 82.67% <0.00%> (-1.05%) :arrow_down:
alloc.go 100.00% <0.00%> (ø)
shaper.go 100.00% <0.00%> (ø)
session.go 79.77% <0.00%> (+0.70%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f718802...8746fa8. Read the comment docs.

genisysram commented 3 years ago

@xtaci Please merge my PR