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

Update BVLC.cs to allow certain IP addresses #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wayfrae
Copy link

@wayfrae wayfrae commented Mar 2, 2023

Some IP addresses, such as 192.168.0.137, will be converted to a negative number by ToInt32(). It is better to use ToUInt32() since the IPAddress construction will throw an exception for negative numbers.

Some IP addresses, such as 192.168.0.137, will be converted to a negative number by ToInt32(). ToUInt32() should be used since an IP address will never be negative.
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