Skip to content

phsym/sctp-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status Crates.io

sctp-sys

Documentation

Rust bindings to native sctp library. Under linux, libsctp is used and under windows, SctpDrv is used. However, SctpDrv is not really stable, and some BSOD cases have been reported. Thus, you should not use windows SCTP in production environment, but it still may be usefull for development.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

How to build

Linux

Building in linux requires the libsctp usually provided by lksctp-tools development package.

Windows

Building in windows requires the SctpDrv driver to be installed, and the file libsctpsp.dll should be stored in a place where cargo can find it.

SctpDrv homepage

SctpDrv repository

Note

MAC OS is not supported. Or maybe it is, I don't even know if it's supported and I don't have the required hardware to verify. Any contribution would be welcome.

SctpDrv is not stable, especially in Windows 7 for which BSOD have been reported multiple times, and issues have not been fixed for years. I got a BSOD on my Windows 7 SP1 (64 bits) each time I try to connect a socket. So I can't go further in any kind of validation under windows. When I get more time, I'll try it on other windows versions. Consequently, using SCTP in windows environment should be avoided as much as possible.

About

Rust binding to native sctp library

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages