enarx-archive / cipherpipe

Cipherpipe is a wrapper around libc to add the IPPROTO_TLS socket protocol.
Apache License 2.0
1 stars 4 forks source link

Implement send() and sendto() function. Remove unnecessary keywords. #12

Closed DK-DARKmatter closed 5 years ago

DK-DARKmatter commented 5 years ago

Implement send() and sendto() function.

Remove the unnecessary return keyword in some function. Keep the same format for these function.