Skip to content
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

Add UDP & IPV6 support + some fix #34

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

spawn451
Copy link

ncLines.pas:

  • Fix Linux compilation
  • Added UDP support
  • Added IPV6 support

ncSockets.pas:

  • Defined DefReadBufferLen as a new property
  • Ajust TncCustomTCPServer.DataSocketDisconnected
  • Explicitly set this unit to use TCP
  • Update Client Send method so data cannot be send while socket is inactive
  • Added IPV6 support

ncSources.pas:

  • Explicitly set this unit to use TCP
  • Added IPV6 support

ncUDPSockets.pas:

  • UDP implementation with Broadcast option
  • Added new SimpleSockets_UDP demo
  • Updated the SimpleSockets demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant