Simon Arlott
Simon Arlott
> > always quite large and made in one request from the heap, which significantly fragments the heap > > I strongly disagree. [As I explained](https://cpp4arduino.com/2018/11/06/what-is-heap-fragmentation.html), constant allocations don't increase...
> > By making larger allocations than you need you increase the fragmentation rather than reduce it. > > Again, I strongly disagree. However, the critical point is to make...
It's not possible to grant `ACCESS_COARSE_LOCATION` or `ACCESS_FINE_LOCATION` using `adb` because the application hasn't requested those permissions.
Intel's documentation is here: * https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases17.htm * https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases23.htm * https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fusecases15.htm A lot of the functionality was implemented by looking at what MeshCommander does.
@Bidski you're asking the "server" to authenticate too and it's unable to do that. Read the documentation. @Neustradamus I don't think you understand or use PPP or you could have...
I've explained why retransmitting is a bad idea here: https://github.com/paulusmack/ppp/issues/87#issuecomment-595794742 This is a challenge/response authentication method and it is normal for the entire PPP session to be transparently transferred to...
You don't need to handle the separate process. In the main process you wouldn't even be aware of it - you just read/write to the pipe instead of a socket....
Another option is to fork() weechat very early in main() and use that forked process only for SSL connections, but this would leave weechat in a bad situation if that...
Any CA must have either very short certificate lifetimes or a revocation mechanism (CRL/OCSP) and you'd also need a way to change the network CA. You don't need a network...
You can use `irctest4.uuid.uk` and `irctest6.uuid.uk`. These will connect to a freenode server (that is currently working) and Google DNS (which doesn't respond to TCP port 6667 for me).