Skip to content

IP Lookup using getopt#1

Open
SMonaghan wants to merge 201 commits into
Getopt-iplookupfrom
master
Open

IP Lookup using getopt#1
SMonaghan wants to merge 201 commits into
Getopt-iplookupfrom
master

Conversation

@SMonaghan

Copy link
Copy Markdown
Owner

No description provided.

phil-lopreiato and others added 30 commits January 12, 2015 15:16
 - Will require an updated server, which will be done in gwAdvNet2015#5
 - Needs some testing
Breaks having multiple connections open, but oh well
Breaks having multiple connections open, but oh well
Nearing the limit of ethernet packets (~1400 bytes)
Padds the rest of the string up to MAX_PAYLOAD_SIZE with 'A'
Padd message after what's been given with 'A'
This reverts commit 6d718e8.
We would prefer the program quit on error rather than wait
… use connect() to establish a connection first, then use send() to send message. The server in TCP use listen() to start waiting for connection, use accept() to get the connection, and use read to get the message. The UDP is working in a different way without any connection. The client of UDP use sendto() to send message directly and the server of UDP also use recvfrom() to get message directly.
nks5295 and others added 30 commits February 16, 2015 22:58
Conflicts:
	datastructs/Makefile
Fixed bugs regarding issue gwAdvNet2015#73 with packet sniffer bugs
Conflicts:
	datastructs/ringbuffer/ring.h
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.