Search found 19 matches
- Thu May 17, 2018 2:54 pm
- Forum: NetBurner Software
- Topic: Use of custom IO functions on non-custom fds
- Replies: 1
- Views: 1776
Use of custom IO functions on non-custom fds
Hi, Is it safe to use functions like SetHaveError() on a "regular" fd, to fire Select()? Such as with a TCP socket, where Select blocks forever in a high priority task, and a lower priority task is checking enet0.EtherLink() for LAN cable integrity, finds it bad, and calls SetHaveError() f...
- Sun Feb 18, 2018 1:43 pm
- Forum: NetBurner Software
- Topic: IPSetup and AutoUpdate Wrappers
- Replies: 2
- Views: 2485
Re: IPSetup and AutoUpdate Wrappers
Thank you, Tom. I didn't realize the source was provided.
Regards,
Ray
Regards,
Ray
- Sat Feb 17, 2018 10:10 am
- Forum: NetBurner Software
- Topic: IPSetup and AutoUpdate Wrappers
- Replies: 2
- Views: 2485
IPSetup and AutoUpdate Wrappers
Would NetBurner consider supplying their program update exe's as .Net assemblies or similar, so developers could wrap that functionality into their own custom setup apps? For instance, we have a .Net app that sends user list, settings (a "system profile"), etc. into the file system. Would ...
- Sat Dec 16, 2017 11:55 am
- Forum: NetBurner Software
- Topic: TcpGetLastRxTime
- Replies: 4
- Views: 3365
Re: TcpGetLastRxTime
If the keepalives were sent from the client (instead of being generated by the Netburner module), would TcpGetLastRXTime still record the times the remote keepalives arrived? This would be a .NET client with Dart's Sockets for .NET (MS implementation under the hood). If this was the case, I could ju...
- Sat Dec 16, 2017 8:06 am
- Forum: NetBurner Software
- Topic: TcpGetLastRxTime
- Replies: 4
- Views: 3365
Re: TcpGetLastRxTime
Thank you, sulliwk06. I'll put code in there to space the outgoing keepalives at 1 or 2 second intervals to go easy on the TCP stack.
Ray
Ray
- Thu Dec 14, 2017 12:23 pm
- Forum: NetBurner Software
- Topic: TcpGetLastRxTime
- Replies: 4
- Views: 3365
TcpGetLastRxTime
Hi, The docs state that TcpGetLastRxTime shouldn't be called more than once per second. Is that on a per-fd basis, or for any fd? I have 18 clients to do Keepalives with and need to know if I can use TcpGetLastRxTime in a loop for those clients. I expect to do keepalives about every 30 seconds. Than...
- Tue Sep 26, 2017 3:48 pm
- Forum: NetBurner Software
- Topic: TCP ASCII Mode
- Replies: 2
- Views: 2274
Re: TCP ASCII Mode
Thank you, Tom.
- Tue Sep 26, 2017 12:09 pm
- Forum: NetBurner Software
- Topic: TCP ASCII Mode
- Replies: 2
- Views: 2274
TCP ASCII Mode
Hi,
I'm porting a Rabbit project to NetBurner - wondering if there's a way to set the TCP sockets to ASCII mode for easier porting. Rabbit has sock_gets(), sock_puts(), etc. that append or strip CR LF characters from the end of strings.
Thanks,
Ray
I'm porting a Rabbit project to NetBurner - wondering if there's a way to set the TCP sockets to ASCII mode for easier porting. Rabbit has sock_gets(), sock_puts(), etc. that append or strip CR LF characters from the end of strings.
Thanks,
Ray
- Wed Apr 26, 2017 10:39 am
- Forum: NetBurner Software
- Topic: EtherLink behavior
- Replies: 5
- Views: 5311
Re: EtherLink behavior
It's the release version, Paul.
Thanks,
Ray
Thanks,
Ray
- Tue Apr 25, 2017 5:34 am
- Forum: NetBurner Software
- Topic: File Descriptor RX Buffer Count and TCP Preread
- Replies: 4
- Views: 3172
Re: File Descriptor RX Buffer Count and TCP Preread
Thanks for that advice, Paul. I'll do some experiments with Select. I'm porting from a Round-Robin system so much is sure to change.
Regards,
Ray
Regards,
Ray