2023-10-31T19:29:42.718902Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself." }, Transmit: { destination: 199.175.98.77:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
2023-10-31T19:31:25.210887Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself." }, Transmit: { destination: 199.175.98.16:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
2023-10-31T19:32:23.579696Z INFO single_disk_farm{disk_farm_index=0}: subspace_farmer::single_disk_farm::plotting: Plotting sector (2.35% complete) sector_index=11
I’m receiving this warning message every 1-2 minutes. Plotting seems to be OK. Is this a problem?
The farmer, node and my network are using the default settings. I’m running the same configuration on MacOS and I haven’t received this message.
Nope, no VPNs enabled. I will check the MTU though and report back when I can access that info. Unfortunately the one ISP in my area doesn’t let me change the router settings on their base plan, so I need to set that up first.
Also, it’s probably worth noting that I have 3 machines plotting concurrently on the same network, each with their own node. The one Mac is running smoothly, the two on Windows both receive this message.
Thanks. I’ll go check that in about 30 mins. I believe it is IPv4, but not 100% sure. I’ll post that info as well.
It looks like a few others on Discord are getting the same message. I’m open to try tunneling, but if someone who’s more experienced wants to chime in here first please do.
I decided to add a Windows farm to my setup - the node is on Ubuntu - and I am getting this same warning on Windows 10. VPN turned off. About once a minute.
Do please let us know ASAP if the issue is likely to invalidate the plotting we’re doing while receiving those messages, even if a solution isn’t going to be immediately available, so we don’t waste our electricity on it.
For me im getting it very regularly, almost once every 30 seconds
2023-11-01T21:50:50.590221Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself." }, Transmit: { destination: 199.175.98.71:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
2023-11-01T21:51:20.547689Z INFO single_disk_farm{disk_farm_index=0}: subspace_farmer::reward_signing: Successfully signed reward hash 0x9756a28157c1d44660629b03445caae78e6ab78b2f1f842a301703056706d3c0
2023-11-01T21:51:51.366311Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself." }, Transmit: { destination: 199.175.98.12:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
2023-11-01T21:54:31.608551Z INFO single_disk_farm{disk_farm_index=0}: subspace_farmer::reward_signing: Successfully signed reward hash 0xb6da26c66cd9c945a997f8e75d5c7134089a9d7d62fdb79c9928a52adfd20ff6
2023-11-01T21:54:51.202266Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself." }, Transmit: { destination: 199.175.98.13:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
Additionally, the reward hashes my farmer is signing are not present on the network as far as i can tell from RPC calls.
eg: 0xb6da26c66cd9c945a997f8e75d5c7134089a9d7d62fdb79c9928a52adfd20ff6 is not present on main chain so I might be on a fork.
I suspect that the reason the reward hashes aren’t showing is because incentives for 3g haven’t been turned on yet. Scheduled for tomorrow sometime I believe.
2023-11-02T20:57:07.241355Z WARN quinn_udp: sendmsg error: Os { code: 10040, kind: Uncategorized, message: "Сообщение, отправленное на сокет датаграмм, было больше, чем буфер внутренних сообщений или был превышен иной сетевой параметр. Также возможно, что буфер для принятия сообщения был меньше, чем размер сообщения." }, Transmit: { destination: 199.175.98.74:30533, src_ip: None, enc: None, len: 1326, segment_size: None }
Getting the message a lot less frequently now for no apparent reason. Where it used to be once every minute or two, I can now actually plot a few sectors between the messages.
For the record, the warnings didn’t seem to hurt farming any either. Signing reward hashes there consistent with what I’ve been getting on my Ubuntu boxes. That was true even when I was getting them every minute or two.