Questions tagged [tcpip]

This should be used when referring to the transmission protocol TCP/IP.

TCP/IP (Transmission Control Protocol/Internet Protocol) is the basic communication language or protocol of the Internet. It can also be used as a communications protocol in a private network (either an intranet or an extranet). Should be used when the question is about implementing or using TCP/IP.

63 questions
7
votes
2 answers

Ethernet shield and IPv6 support

Have you heard about support for IPv6 protocol for any Ethernet shield? As far as I know only IPv4 is supported. Maybe some one would like to write library?
Max
  • 173
  • 1
  • 4
0
votes
3 answers

How avoid TCP packet fragmentation?

I'm using an Arduino Uno with an Ethernet Shield and the arduino.cc Ethernet library for a custom TCP-based message-exchanging chat-like protocol. Specifically I'm using the Client class with its print() and println() methods. It works. But on each…
Plap
  • 101
  • 3