[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] The function of GNUNET_SCHEDULER_FdInfo->sock
From: |
LRN |
Subject: |
[GNUnet-developers] The function of GNUNET_SCHEDULER_FdInfo->sock |
Date: |
Mon, 15 Apr 2019 14:53:23 +0300 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
What is it used for? I did grep the code, but some things are unclear.
Specifically, this field is sometimes used with the calls that look like:
GNUNET_NETWORK_fdset_test_native (ws,
pos->fdi->sock))
Does that imply that the sock field is interpreted as a socket descriptor in
these cases? I.e. GNUnet is not trying to fill fdset with file descriptors for
local files?
signature.asc
Description: OpenPGP digital signature
- [GNUnet-developers] The function of GNUNET_SCHEDULER_FdInfo->sock,
LRN <=