mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 05:50:01 -04:00
Merge branch 'multiplexed' into multiplexed
This commit is contained in:
commit
91f0c25c7f
25 changed files with 1674 additions and 407 deletions
|
@ -52,11 +52,10 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
|
|||
.ok_or(StrError::new("no src port"))?
|
||||
.parse()?;
|
||||
|
||||
let addr_path= std::env::args()
|
||||
let addr_path = std::env::args()
|
||||
.nth(3)
|
||||
.ok_or(StrError::new("no src path"))?;
|
||||
|
||||
|
||||
let addr_dest = std::env::args()
|
||||
.nth(4)
|
||||
.ok_or(StrError::new("no dest addr"))?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue