Skip to content
This repository was archived by the owner on Apr 16, 2018. It is now read-only.

[WIP]Feature/socket#6

Merged
agauniyal merged 90 commits intodevelopfrom
feature/socket
Mar 24, 2017
Merged

[WIP]Feature/socket#6
agauniyal merged 90 commits intodevelopfrom
feature/socket

Conversation

@agauniyal
Copy link
Copy Markdown
Member

WIP - Do Not Merge

agauniyal and others added 30 commits February 9, 2017 16:03
* Try to complete all TODO's

* Remove static_cast from errno comparisons

* Add code for capturing current errno value in currentErrNo variable

* Try to handle error in non-blocking sockets using bool *_isErrorInNonBlocking in read and recv

* Make getErrorMsg func arg const

* Rename isErrorInNonBlocking to isSpecialErrorInNonBlocking

* Refactor error handling, add initial support for AF_UNIX
Add documentation to the project
agauniyal and others added 28 commits March 21, 2017 19:38
Add test for recv and send methods for Socket
-> Contains fix for lambdas return value greater than 1 in methods which depend on that lambda's return value.
-> Also proves that sendto and recvfrom doesn't care about the address structure passed to it in case of TCP.
Fix generation of lcov reports
Add memset call before accepting user struct
Extract SO_DEBUG Test to seperate test file
Add tests for SNDTIMEO & RCVTIMEO socket options
@agauniyal agauniyal merged commit dca777c into develop Mar 24, 2017
@agauniyal agauniyal deleted the feature/socket branch March 24, 2017 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants