mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1117] UDP first pack only #874
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#874
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elvizlai on GitHub (Mar 8, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1117
What version of frp are you using (./frpc -v or ./frps -v)?
0.24.1
What operating system and processor architecture are you using (
go env)?centos 7
Configures you used:
client
server
Steps to reproduce the issue:
nc -l -u 2001to receive udp packnc -v -u 127.0.0.1 2001to send udp packnc -l -u 2001.Describe the results you received:
ONLY first pack received.
Describe the results you expected:
should receive every pack
@fatedier commented on GitHub (Mar 8, 2019):
Can't reproduce this in my environment.
@fatedier commented on GitHub (Mar 8, 2019):
You can set
log_level = traceto watch each udp package got by frpc.@elvizlai commented on GitHub (Mar 8, 2019):
@fatedier every pack is received from frpc, but the client received only first pack, very wired...
@fatedier commented on GitHub (Mar 8, 2019):
Use
tcpdumpto trace more info.@elvizlai commented on GitHub (Mar 9, 2019):
if using UDP, do not run frpc in docker bridge network, should use host.