Skip to content

sys_net: set other options using setockopt() #1815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 23, 2016
Merged

sys_net: set other options using setockopt() #1815

merged 4 commits into from
Jun 23, 2016

Conversation

dbz400
Copy link
Contributor

@dbz400 dbz400 commented Jun 22, 2016

No description provided.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @Nekotekina, @darkf and @xsacha to be potential reviewers

case OP_SO_SNDLOWAT:
{
u32 sendlowmark = *(u32*)optval.get_ptr();
ret = ::setsockopt(sock->s, SOL_SOCKET, SO_SNDTIMEO, (char*)&sendlowmark, sizeof(sendlowmark));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it supposed to be the same as OP_SO_SNDTIMEO?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo fixed

@dbz400 dbz400 added the Network label Jun 22, 2016
@dbz400 dbz400 merged commit 091b671 into RPCS3:master Jun 23, 2016
@dbz400 dbz400 deleted the sys_net branch June 23, 2016 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants